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.js337 session.localSettings();
Dcore.js802 const settings = this.localSettings;
1408 localSettings: this.localSettings, property
1450 get localSettings() { getter in Http2Session
/third_party/node/doc/api/
Dhttp2.md258 #### Event: `'localSettings'`
266 The `'localSettings'` event is emitted when an acknowledgment `SETTINGS` frame
270 settings do not take effect until the `'localSettings'` event is emitted.
275 session.on('localSettings', (settings) => {
492 #### `http2session.localSettings`
717 is received and the `'localSettings'` event is emitted. It is possible to send
2956 `http2session.settings()`, `http2session.localSettings`, and