| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Some minor things:
Other than that, the actual content of the PR LGTM |
Sorry, something went wrong.
| #### Class: stream.Writable | ||
| <!-- YAML | ||
| added: v0.3.0 | ||
| --> |
There was a problem hiding this comment.
0.9.4
Sorry, something went wrong.
|
Writable Streams section is done. |
Sorry, something went wrong.
|
Readable Streams section is done |
Sorry, something went wrong.
| ##### writable.end([chunk][, encoding][, callback]) | ||
| <!-- YAML | ||
| added: v0.9.9 | ||
| --> |
There was a problem hiding this comment.
$ nvm use 0.9.4
Now using node v0.9.4
$ node
> typeof require('stream').Writable.prototype.end
'function'
Sorry, something went wrong.
There was a problem hiding this comment.
Yeah, but in 0.9.4 that method doesn't accept a callback
Sorry, something went wrong.
There was a problem hiding this comment.
@italoacasas I’d still prefer to go with the version it was added in; adding some sort of changelog for individual methods is definitely planned.
Sorry, something went wrong.
There was a problem hiding this comment.
ok
Sorry, something went wrong.
|
LGTM with .end() nit addressed. |
Sorry, something went wrong.
|
sorry for the late response. I was on vacation, I'll finish this PR this week. |
Sorry, something went wrong.
|
I'm back working on this. |
Sorry, something went wrong.
|
This should be ready, I don't find any other place where to add added |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
Landed in 06cfecd0325e301be866c7ff9c7544f1a1cdcbec c897d0b, thanks! |
Sorry, something went wrong.
Ref: nodejs#6578 PR-URL: nodejs#7287 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
|
this is not landing cleanly on v4.x. Please submit a backport if you would like to see it land |
Sorry, something went wrong.
|
I'm going to do it tonight |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
Description of change
Add added: information for stream