peach a19a732be8 commit message | il y a 2 ans | |
---|---|---|
.. | ||
test | il y a 2 ans | |
.travis.yml | il y a 2 ans | |
LICENSE | il y a 2 ans | |
index.js | il y a 2 ans | |
package.json | il y a 2 ans | |
readme.markdown | il y a 2 ans |
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