Skip to content

Commit 3c047b3

Browse files
ronagtargos
authored andcommitted
doc: clarify response.finished
PR-URL: #28411 Refs: jshttp/on-finished#30 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 03e3ccd commit 3c047b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1172,8 +1172,8 @@ added: v0.0.2
11721172

11731173
* {boolean}
11741174

1175-
Boolean value that indicates whether the response has completed. Starts
1176-
as `false`. After [`response.end()`][] executes, the value will be `true`.
1175+
The `response.finished` property will be `true` if [`response.end()`][]
1176+
has been called.
11771177

11781178
### response.getHeader(name)
11791179
<!-- YAML

0 commit comments

Comments
 (0)