Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
12345678910111213141516171819202122232425
  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