You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
517 B

4 years ago
  1. # stream-browserify
  2. the stream module from node core, for browsers!
  3. [![build status](https://secure.travis-ci.org/browserify/stream-browserify.svg)](http://travis-ci.org/browserify/stream-browserify)
  4. # methods
  5. Consult the node core
  6. [documentation on streams](http://nodejs.org/docs/latest/api/stream.html).
  7. # install
  8. With [npm](https://npmjs.org) do:
  9. ```
  10. npm install stream-browserify
  11. ```
  12. but if you are using browserify you will get this module automatically when you
  13. do `require('stream')`.
  14. # license
  15. MIT