stream-browserify

the stream module from node core for browsers

MIT 14 个版本
安装
npm install stream-browserify
yarn add stream-browserify
pnpm add stream-browserify
bun add stream-browserify
README

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

版本列表
3.0.0 2020-04-16
2.0.2 2019-01-22
2.0.1 2015-08-27
2.0.0 2015-06-25
1.0.0 2014-05-10
0.1.3 2014-01-25
0.1.2 2013-12-22
0.1.1 2013-12-20
0.1.0 2013-12-20
0.0.4 2013-12-12
0.0.3 2013-12-12
0.0.2 2013-12-08
0.0.1 2013-12-08
0.0.0 2013-12-03