diff --git a/doc/api/http.md b/doc/api/http.md index fefdd7fdb04e24..5deb50ed8fdbce 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1480,7 +1480,9 @@ added: v12.7.0 * {boolean} -Is `true` if all data has been flushed to the underlying system. +Is `true` if all data has been flushed to the underlying system, immediately +before the [`'finish'`][] event is emitted. + ### response.writeContinue()