• settings {HTTP/2 Settings Object} A copy of the SETTINGS frame received.

    The 'remoteSettings' event is emitted when a new SETTINGS frame is received from the connected peer.

    1. session.on('remoteSettings', (settings) => {
    2. /* Use the new settings */
    3. });