Skip to content

Commit 747ddd5

Browse files
vsemozhetbytTrott
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 2b03e1d commit 747ddd5

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
@@ -1436,6 +1436,16 @@ response.statusMessage = 'Not found';
14361436
After response header was sent to the client, this property indicates the
14371437
status message which was sent out.
14381438

1439+
### response.writableFinished
1440+
<!-- YAML
1441+
added: v12.7.0
1442+
-->
1443+
1444+
* {boolean}
1445+
1446+
Is `true` if all data has been flushed to the underlying system, immediately
1447+
before the [`'finish'`][] event is emitted.
1448+
14391449
### response.write(chunk[, encoding][, callback])
14401450
<!-- YAML
14411451
added: v0.1.29
@@ -1473,17 +1483,6 @@ Returns `true` if the entire data was flushed successfully to the kernel
14731483
buffer. Returns `false` if all or part of the data was queued in user memory.
14741484
`'drain'` will be emitted when the buffer is free again.
14751485

1476-
### response.writableFinished
1477-
<!-- YAML
1478-
added: v12.7.0
1479-
-->
1480-
1481-
* {boolean}
1482-
1483-
Is `true` if all data has been flushed to the underlying system, immediately
1484-
before the [`'finish'`][] event is emitted.
1485-
1486-
14871486
### response.writeContinue()
14881487
<!-- YAML
14891488
added: v0.3.0

0 commit comments

Comments
 (0)