| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1434,6 +1434,16 @@ response.statusMessage = 'Not found'; | |||
| 1434 | 1434 | After response header was sent to the client, this property indicates the | |
| 1435 | 1435 | status message which was sent out. | |
| 1436 | 1436 | ||
| 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 | + | ||
| 1437 | 1447 | ### response.write(chunk[, encoding][, callback]) | |
| 1438 | 1448 | <!-- YAML | |
| 1439 | 1449 | added: v0.1.29 | |
@@ -1471,17 +1481,6 @@ Returns `true` if the entire data was flushed successfully to the kernel | |||
| 1471 | 1481 | buffer. Returns `false` if all or part of the data was queued in user memory. | |
| 1472 | 1482 | `'drain'` will be emitted when the buffer is free again. | |
| 1473 | 1483 | ||
| 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 | - | ||
| 1485 | 1484 | ### response.writeContinue() | |
| 1486 | 1485 | <!-- YAML | |
| 1487 | 1486 | added: v0.3.0 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments