• {Object} The notification message object

    Emitted when any notification from the V8 Inspector is received.

    1. session.on('inspectorNotification', (message) => console.log(message.method));
    2. // Debugger.paused
    3. // Debugger.resumed

    It is also possible to subscribe only to notifications with specific method: