readable-web-to-node-stream
readable-web-to-node-stream copied to clipboard
Update to '[email protected]' to support running inside webworker
I'm using music-metadata-browser
inside a worker in my angualar app. The only way i could make that work was by forcing this lib to use the latest version of readable-stream
by adding the following to my package.json:
"overrides": { "readable-stream": "4.2.0" }
without this i get the following error from readable-stream:
Uncaught ReferenceError: global is not defined at 73816 (_stream_readable.js:48:21) at __webpack_require__ (bootstrap:19:1)
https://github.com/nodejs/readable-stream/pull/489
https://github.com/Borewit/readable-web-to-node-stream/pull/758
+1