Tennessee Gibbs 0304752480 added pages to master | před 6 roky | |
---|---|---|
.. | ||
test | před 6 roky | |
.npmignore | před 6 roky | |
.travis.yml | před 6 roky | |
LICENSE | před 6 roky | |
index.js | před 6 roky | |
package.json | před 6 roky | |
readme.markdown | před 6 roky |
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