Home
last modified time | relevance | path

Searched refs:localSettings (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-session-settings.js25 const localSettings = stream.session.localSettings; constant
27 assertSettings(localSettings);
31 assert.strictEqual(stream.session.localSettings, localSettings);
/third_party/node/lib/internal/http2/
Dutil.js328 session.localSettings();
Dcore.js772 const settings = this.localSettings;
1352 localSettings: this.localSettings, property
1394 get localSettings() { getter in Http2Session
/third_party/node/doc/api/
Dhttp2.md209 #### Event: `'localSettings'`
216 The `'localSettings'` event is emitted when an acknowledgment `SETTINGS` frame
220 settings do not take effect until the `'localSettings'` event is emitted.
225 session.on('localSettings', (settings) => {
430 #### `http2session.localSettings`
624 is received and the `'localSettings'` event is emitted. It is possible to send
2696 `http2session.settings()`, `http2session.localSettings`, and