Browse Source

doc: fs.ReadableStream does not have a destroySoon method

v0.8.7-release
Philip Tellis 13 years ago
committed by Ben Noordhuis
parent
commit
493beb23f2
  1. 5
      doc/api/stream.markdown

5
doc/api/stream.markdown

@ -67,11 +67,6 @@ Resumes the incoming `'data'` events after a `pause()`.
Closes the underlying file descriptor. Stream will not emit any more events.
### stream.destroySoon()
After the write queue is drained, close the file descriptor.
### stream.pipe(destination, [options])
This is a `Stream.prototype` method available on all `Stream`s.

Loading…
Cancel
Save