Skip to content

Update to 'readable-stream@4.2.0' to support running inside webworker #764

@motabass

Description

@motabass

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)

nodejs/readable-stream#489

#758

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions