Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

readme.markdown 517 B

3 lat temu
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