Skip to content

Commit 57f5d50

Browse files
vsemozhetbytBridgeAR
authored andcommitted
doc: fix sorting nit in sections of http.md
PR-URL: #28943 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 7d9eb17 commit 57f5d50

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

doc/api/http.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,6 +1434,16 @@ response.statusMessage = 'Not found';
14341434
After response header was sent to the client, this property indicates the
14351435
status 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
14391449
added: v0.1.29
@@ -1471,17 +1481,6 @@ Returns `true` if the entire data was flushed successfully to the kernel
14711481
buffer. 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
14871486
added: v0.3.0

0 commit comments

Comments
 (0)