nodejs / readable-stream

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

Rename global to globalThis #447

Closed andreymaznyak closed 4 years ago

andreymaznyak commented 4 years ago

https://github.com/nodejs/readable-stream/issues/426 Fix issue global is not defined. (For IE need polyfills). And it work on node >= 12

mcollina commented 4 years ago

This library supports Node 6+ plus.