Skip to content

Commit

Permalink
doc: return type is number
Browse files Browse the repository at this point in the history
PR-URL: #29828
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
exoego authored and targos committed Oct 14, 2019
1 parent cbd1251 commit f384289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -1195,8 +1195,8 @@ Provides miscellaneous information about the current state of the
for this `Http2Stream` without receiving a `WINDOW_UPDATE`.
* `state` {number} A flag indicating the low-level current state of the
`Http2Stream` as determined by `nghttp2`.
* `localClose` {number} `true` if this `Http2Stream` has been closed locally.
* `remoteClose` {number} `true` if this `Http2Stream` has been closed
* `localClose` {number} `1` if this `Http2Stream` has been closed locally.
* `remoteClose` {number} `1` if this `Http2Stream` has been closed
remotely.
* `sumDependencyWeight` {number} The sum weight of all `Http2Stream`
instances that depend on this `Http2Stream` as specified using
Expand Down

0 comments on commit f384289

Please sign in to comment.