doc: writableFinished is true before 'finish'
PR-URL: https://github.com/nodejs/node/pull/28811 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This commit is contained in:
parent
1ddd46f52a
commit
08977822ee
@ -1480,7 +1480,9 @@ added: v12.7.0
|
|||||||
|
|
||||||
* {boolean}
|
* {boolean}
|
||||||
|
|
||||||
Is `true` if all data has been flushed to the underlying system.
|
Is `true` if all data has been flushed to the underlying system, immediately
|
||||||
|
before the [`'finish'`][] event is emitted.
|
||||||
|
|
||||||
|
|
||||||
### response.writeContinue()
|
### response.writeContinue()
|
||||||
<!-- YAML
|
<!-- YAML
|
||||||
@ -2198,6 +2200,7 @@ not abort the request or do anything besides add a `'timeout'` event.
|
|||||||
[`agent.createConnection()`]: #http_agent_createconnection_options_callback
|
[`agent.createConnection()`]: #http_agent_createconnection_options_callback
|
||||||
[`agent.getName()`]: #http_agent_getname_options
|
[`agent.getName()`]: #http_agent_getname_options
|
||||||
[`destroy()`]: #http_agent_destroy
|
[`destroy()`]: #http_agent_destroy
|
||||||
|
[`'finish'`]: #http_event_finish
|
||||||
[`getHeader(name)`]: #http_request_getheader_name
|
[`getHeader(name)`]: #http_request_getheader_name
|
||||||
[`http.Agent`]: #http_class_http_agent
|
[`http.Agent`]: #http_class_http_agent
|
||||||
[`http.ClientRequest`]: #http_class_http_clientrequest
|
[`http.ClientRequest`]: #http_class_http_clientrequest
|
||||||
|
@ -496,7 +496,7 @@ added: v12.6.0
|
|||||||
|
|
||||||
* {boolean}
|
* {boolean}
|
||||||
|
|
||||||
Is `true` if after the [`'finish'`][] event has been emitted.
|
Is set to `true` immediately before the [`'finish'`][] event is emitted.
|
||||||
|
|
||||||
##### writable.writableHighWaterMark
|
##### writable.writableHighWaterMark
|
||||||
<!-- YAML
|
<!-- YAML
|
||||||
|
Loading…
x
Reference in New Issue
Block a user