Icard/angular-clarity-master(work.../node_modules/stream-browserify
realSnehal 336a6a07d0 frnt 2024-07-16 20:53:22 +05:30
..
.github frnt 2024-07-16 20:53:22 +05:30
node_modules/readable-stream frnt 2024-07-16 20:53:22 +05:30
test frnt 2024-07-16 20:53:22 +05:30
.airtap.yml frnt 2024-07-16 20:53:22 +05:30
.travis.yml frnt 2024-07-16 20:53:22 +05:30
CHANGELOG.md frnt 2024-07-16 20:53:22 +05:30
LICENSE frnt 2024-07-16 20:53:22 +05:30
index.js frnt 2024-07-16 20:53:22 +05:30
package.json frnt 2024-07-16 20:53:22 +05:30
readme.markdown frnt 2024-07-16 20:53:22 +05:30
security.md frnt 2024-07-16 20:53:22 +05:30

readme.markdown

stream-browserify

the stream module from node core, for browsers!

This module uses readable-stream, with additions for compatibility with npm packages that use old Node.js stream APIs.

build status

Install

You usually do not have to install stream-browserify yourself! If your code runs in Node.js, stream is built in, or readable-stream can be used. If your code runs in the browser, bundlers like browserify also include the stream-browserify module.

But if none of those apply, with npm do:

npm install stream-browserify

API

Consult the node core documentation on streams.

Browser Support

Cross-browser testing generously provided by Sauce Labs.

Sauce Test Status

License

MIT