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 @@ -1436,6 +1436,16 @@ response.statusMessage = 'Not found';
1436
1436
After response header was sent to the client, this property indicates the
1437
1437
status message which was sent out.
1438
1438
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
+
1439
1449
### response.write(chunk[ , encoding] [ , callback ] )
1440
1450
<!-- YAML
1441
1451
added: v0.1.29
@@ -1473,17 +1483,6 @@ Returns `true` if the entire data was flushed successfully to the kernel
1473
1483
buffer. Returns ` false ` if all or part of the data was queued in user memory.
1474
1484
` 'drain' ` will be emitted when the buffer is free again.
1475
1485
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
-
1487
1486
### response.writeContinue()
1488
1487
<!-- YAML
1489
1488
added: v0.3.0
You can’t perform that action at this time.
0 commit comments