juliangruber / stream

Node.js streams in the browser
62 stars 33 forks source link

Transport class is missing #8

Open somdoron opened 6 years ago

somdoron commented 6 years ago

Trying to use the hash-base library (https://www.npmjs.com/package/hash-base) on react-native expose that the Transport class is missing on the stream module.

It do exist in node.js https://nodejs.org/api/stream.html#stream_class_stream_transform

willfarrell commented 5 years ago

The docs do say up to node v0.8.9 is supported. Transport was added in v0.9.4. Would really love to have the feature included.

willfarrell commented 5 years ago

Found this: https://github.com/adaltas/node-stream-transform/blob/master/lib/index.js

sashapetrovska commented 1 month ago

here for the same issue, I installed this because I wanted to solve the issue fast and had forgot about browserify, but bugs came in and I remembered stream-browserify and now I'm in peace.