事件:'remoteSettings'
添加于:v8.4.0
参数
settings
<HTTP/2 Settings Object> 收到的SETTINGS
帧的副本。
当从连接的对等方接收到新的 SETTINGS
帧时,会发出 'remoteSettings'
事件。
session.on('remoteSettings', (settings) => {
/* Use the new settings */
});
相关用法
- Node.js tls.Server 'resumeSession'事件用法及代码示例
- Node.js ClientHttp2Stream 'response'事件用法及代码示例
- Node.js InterfaceConstructor 'resume'事件用法及代码示例
- Node.js tty.WriteStream 'resize'事件用法及代码示例
- Node.js stream.Readable 'readable'事件用法及代码示例
- Node.js proces 'rejectionHandled'事件用法及代码示例
- Node.js REPLServer 'reset'事件用法及代码示例
- Node.js tls.Server 'keylog'事件用法及代码示例
- Node.js http.Server 'clientError'事件用法及代码示例
- Node.js cluste 'disconnect'事件用法及代码示例
- Node.js proces 'exit'事件用法及代码示例
- Node.js stream.Writable 'pipe'事件用法及代码示例
- Node.js stream.Readable 'end'事件用法及代码示例
- Node.js cluste 'fork'事件用法及代码示例
- Node.js stream.Writable 'unpipe'事件用法及代码示例
- Node.js Worker 'listening'事件用法及代码示例
- Node.js InterfaceConstructor 'pause'事件用法及代码示例
- Node.js fs.FSWatcher 'change'事件用法及代码示例
- Node.js stream.Readable 'data'事件用法及代码示例
- Node.js http.ClientRequest 'connect'事件用法及代码示例
- Node.js proces 'uncaughtException'事件用法及代码示例
- Node.js Http2Session 'localSettings'事件用法及代码示例
- Node.js REPLServer 'exit'事件用法及代码示例
- Node.js cluste 'online'事件用法及代码示例
- Node.js tls.TLSSocket 'session'事件用法及代码示例
注:本文由纯净天空筛选整理自nodejs.org大神的英文原创作品 'remoteSettings'事件。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。