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

^4.4.0 => TypeError: lazyWebStreams(...).newReadableStreamFromStreamReadable is not a function

Open gowy222 opened this issue 1 year ago • 1 comments

node = v16.16.0 "readable-stream": "^4.4.0",

Readable.toWeb =>

return lazyWebStreams().newReadableStreamFromStreamReadable(streamReadable, options) ^

TypeError: lazyWebStreams(...).newReadableStreamFromStreamReadable is not a function

gowy222 avatar Jun 01 '23 17:06 gowy222