caoge c760052ff9 机车状态修改 | 8 months ago | |
---|---|---|
.. | ||
node_modules | 8 months ago | |
test | 8 months ago | |
.travis.yml | 8 months ago | |
LICENSE | 8 months ago | |
index.js | 8 months ago | |
package.json | 8 months ago | |
readme.markdown | 8 months ago |
the stream module from node core, for browsers!
Consult the node core documentation on streams.
With npm do:
npm install stream-browserify
but if you are using browserify you will get this module automatically when you
do require('stream')
.
MIT