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

Node-core streams for userland

Results 21 readable-stream issues
Sort by recently updated
recently updated
newest added

One of my projects targets very old specialised browsers, and when `readable-stream` dependency is brought in the webpack produced code fails to run because of `SyntaxError` here: https://github.com/nodejs/readable-stream/blob/a2e9aedf4aeee4a5e4d8efcb175edb67e2817eaa/src/errors.js#L339-L340 Turns out...