nodejs / readable-stream

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

Use globalThis instead of global #530

Closed mcollina closed 8 months ago

mcollina commented 8 months ago

Fixes #529

mofux commented 8 months ago

There's also another occurence in src/util.js: https://github.com/nodejs/readable-stream/blob/700d28b674a440ee939d0d88491e9040c45de642/src/util.js#L5-L6

However, not sure if this one also needs modification.