You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically this means that this module will not work out of the box for any new builds as we need to add buffer to polyfills then the link it to the window object manually for this module to now work.
Ideally I would be awesome if this module could import buffer as a dependancy. so npm install buffer and use it from an import it instead of just calling Buffer as an internal module.
The text was updated successfully, but these errors were encountered:
Basically this means that this module will not work out of the box for any new builds as we need to add buffer to polyfills then the link it to the window object manually for this module to now work.
Ideally I would be awesome if this module could import buffer as a dependancy. so
npm install buffer
and use it from an import it instead of just calling Buffer as an internal module.The text was updated successfully, but these errors were encountered: