diff --git a/doc/api/http.md b/doc/api/http.md index 3032db059f77c1..2c42d672a8bd8f 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1478,7 +1478,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()