diff --git a/doc/api/http.md b/doc/api/http.md index 02c5859dc253e3..5bdcc66ac55a12 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1466,6 +1466,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()