nodejs / readable-stream

Node-core streams for userland
https://nodejs.org/api/stream.html
Other
1.03k stars 225 forks source link

fix undefined global for browser / service worker (v2.x branch) #499

Closed smeng9 closed 1 year ago

smeng9 commented 1 year ago

@mcollina

Supersedes https://github.com/nodejs/readable-stream/pull/493

Still need a v3.x branch to target at

smeng9 commented 1 year ago

Any updates?

smeng9 commented 1 year ago

@mcollina Bump

mcollina commented 1 year ago

I'm currently swamped. I'll get to this as soon as I have time.

mcollina commented 1 year ago

I've created the v3.x branch. Could you send a PR there too?

smeng9 commented 1 year ago

Sure!

smeng9 commented 1 year ago

Hi @mcollina,

Considering that 97.89% of downloads of readable-stream on npmjs still uses the pre 4.x version. Is it possible to get the fix for older versions merged soon as the adoption rate is slow for a major update.

Thanks!