File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -1434,6 +1434,16 @@ response.statusMessage = 'Not found';
14341434After response header was sent to the client, this property indicates the
14351435status message which was sent out.
14361436
1437+ ### response.writableFinished
1438+ <!-- YAML
1439+ added: v12.7.0
1440+ -->
1441+
1442+ * {boolean}
1443+
1444+ Is ` true ` if all data has been flushed to the underlying system, immediately
1445+ before the [ ` 'finish' ` ] [ ] event is emitted.
1446+
14371447### response.write(chunk[ , encoding] [ , callback ] )
14381448<!-- YAML
14391449added: v0.1.29
@@ -1471,17 +1481,6 @@ Returns `true` if the entire data was flushed successfully to the kernel
14711481buffer. Returns ` false ` if all or part of the data was queued in user memory.
14721482` 'drain' ` will be emitted when the buffer is free again.
14731483
1474- ### response.writableFinished
1475- <!-- YAML
1476- added: v12.7.0
1477- -->
1478-
1479- * {boolean}
1480-
1481- Is ` true ` if all data has been flushed to the underlying system, immediately
1482- before the [ ` 'finish' ` ] [ ] event is emitted.
1483-
1484-
14851484### response.writeContinue()
14861485<!-- YAML
14871486added: v0.3.0
You can’t perform that action at this time.
0 commit comments