From 493beb23f234e629ab9f929ebb03969966355dc3 Mon Sep 17 00:00:00 2001 From: Philip Tellis Date: Wed, 9 May 2012 16:39:27 -0400 Subject: [PATCH] doc: fs.ReadableStream does not have a destroySoon method --- doc/api/stream.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/api/stream.markdown b/doc/api/stream.markdown index aaf321977f..33c79bf581 100644 --- a/doc/api/stream.markdown +++ b/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.