File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1478,7 +1478,9 @@ added: v12.7.0
1478
1478
1479
1479
* {boolean}
1480
1480
1481
- Is ` true ` if all data has been flushed to the underlying system.
1481
+ Is ` true ` if all data has been flushed to the underlying system, immediately
1482
+ before the [ ` 'finish' ` ] [ ] event is emitted.
1483
+
1482
1484
1483
1485
### response.writeContinue()
1484
1486
<!-- YAML
@@ -2197,6 +2199,7 @@ not abort the request or do anything besides add a `'timeout'` event.
2197
2199
[ `agent.createConnection()` ] : #http_agent_createconnection_options_callback
2198
2200
[ `agent.getName()` ] : #http_agent_getname_options
2199
2201
[ `destroy()` ] : #http_agent_destroy
2202
+ [ `'finish'` ] : #http_event_finish
2200
2203
[ `getHeader(name)` ] : #http_request_getheader_name
2201
2204
[ `http.Agent` ] : #http_class_http_agent
2202
2205
[ `http.ClientRequest` ] : #http_class_http_clientrequest
Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ added: v12.6.0
496
496
497
497
* {boolean}
498
498
499
- Is ` true ` if after the [ ` 'finish' ` ] [ ] event has been emitted.
499
+ Is set to ` true ` immediately before the [ ` 'finish' ` ] [ ] event is emitted.
500
500
501
501
##### writable.writableHighWaterMark
502
502
<!-- YAML
You can’t perform that action at this time.
0 commit comments