Skip to content

Commit

Permalink
doc: clarify response.finished
Browse files Browse the repository at this point in the history
PR-URL: #28411
Refs: jshttp/on-finished#30
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
ronag authored and targos committed Jul 2, 2019
1 parent 03e3ccd commit 3c047b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -1172,8 +1172,8 @@ added: v0.0.2

* {boolean}

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

### response.getHeader(name)
<!-- YAML
Expand Down

0 comments on commit 3c047b3

Please sign in to comment.