We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88314f commit 7b50474Copy full SHA for 7b50474
doc/api/http2.md
@@ -311,6 +311,7 @@ added: v8.4.0
311
After the `http2session.setTimeout()` method is used to set the timeout period
312
for this `Http2Session`, the `'timeout'` event is emitted if there is no
313
activity on the `Http2Session` after the configured number of milliseconds.
314
+Its listener does not expect any arguments.
315
316
```js
317
session.setTimeout(2000);
0 commit comments