bns_zhgd_web/node_modules/stream-browserify
haozq 65e8192a56 first commit 2025-04-02 10:01:21 +08:00
..
test first commit 2025-04-02 10:01:21 +08:00
.travis.yml first commit 2025-04-02 10:01:21 +08:00
LICENSE first commit 2025-04-02 10:01:21 +08:00
index.js first commit 2025-04-02 10:01:21 +08:00
package.json first commit 2025-04-02 10:01:21 +08:00
readme.markdown first commit 2025-04-02 10:01:21 +08:00

readme.markdown

stream-browserify

the stream module from node core, for browsers!

build status

methods

Consult the node core documentation on streams.

install

With npm do:

npm install stream-browserify

but if you are using browserify you will get this module automatically when you do require('stream').

license

MIT