readable-web-to-node-stream icon indicating copy to clipboard operation
readable-web-to-node-stream copied to clipboard

Update to '[email protected]' to support running inside webworker

Open motabass opened this issue 2 years ago • 1 comments

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

motabass avatar Dec 12 '22 01:12 motabass

+1

subframe7536 avatar Aug 28 '23 16:08 subframe7536