diff --git a/doc/api/http.md b/doc/api/http.md index 17e60e2fa5e64f..8df5ea2d6186d7 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1464,6 +1464,15 @@ Returns `true` if the entire data was flushed successfully to the kernel buffer. Returns `false` if all or part of the data was queued in user memory. `'drain'` will be emitted when the buffer is free again. +### response.writableFinished + + +* {boolean} + +Is `true` if all data has been flushed to the underlying system. + ### response.writeContinue()