doc: cleanup pendingSettingsAck docs
This commit rephrases the first sentence of the http2 session pendingSettingsAck property docs. It also formats SETTINGS consistently. PR-URL: https://github.com/nodejs/node/pull/28388 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
e2d445be8f
commit
a7e01559af
@ -451,9 +451,9 @@ added: v8.4.0
|
|||||||
|
|
||||||
* {boolean}
|
* {boolean}
|
||||||
|
|
||||||
Indicates whether or not the `Http2Session` is currently waiting for an
|
Indicates whether the `Http2Session` is currently waiting for acknowledgment of
|
||||||
acknowledgment for a sent `SETTINGS` frame. Will be `true` after calling the
|
a sent `SETTINGS` frame. Will be `true` after calling the
|
||||||
`http2session.settings()` method. Will be `false` once all sent SETTINGS
|
`http2session.settings()` method. Will be `false` once all sent `SETTINGS`
|
||||||
frames have been acknowledged.
|
frames have been acknowledged.
|
||||||
|
|
||||||
#### http2session.ping([payload, ]callback)
|
#### http2session.ping([payload, ]callback)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user