diff --git a/doc/api/http2.md b/doc/api/http2.md index 349e2b9b71011f..ebb89c1bd4ced1 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -217,6 +217,16 @@ session.on('localSettings', (settings) => { }); ``` +#### Event: 'ping' + + +* `payload` {Buffer} The `PING` frame 8-byte payload + +The `'ping'` event is emitted whenever a `PING` frame is received from the +connected peer. + #### Event: 'remoteSettings'