Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! doc: add parameters for settings events
  • Loading branch information
ryzokuken committed Apr 27, 2018
commit 904031bf7b39c7ffc93779532f801501cfd5c90c
4 changes: 2 additions & 2 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ event is emitted.
added: v8.4.0
-->

* `settings` {Object} A copy of the `SETTINGS` frame received.
* `settings` {HTTP/2 Settings Object} A copy of the `SETTINGS` frame received.

The `'localSettings'` event is emitted when an acknowledgment `SETTINGS` frame
has been received.
Expand All @@ -216,7 +216,7 @@ session.on('localSettings', (settings) => {
added: v8.4.0
-->

* `settings` {Object} A copy of the `SETTINGS` frame received.
* `settings` {HTTP/2 Settings Object} A copy of the `SETTINGS` frame received.

The `'remoteSettings'` event is emitted when a new `SETTINGS` frame is received
from the connected peer.
Expand Down