method Session.prototype.emit
Jump to headingSession.prototype.emit(event: string | symbol,...args: any[],): boolean
Parameters Jump to heading
Jump to headingevent: string | symbol
Jump to heading<span>...args</span>: any[]
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "inspectorNotification",message: InspectorNotification<object>,): boolean
Parameters Jump to heading
Jump to headingevent: "inspectorNotification"
Jump to headingmessage: InspectorNotification<object>
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Runtime.executionContextCreated",): boolean
Parameters Jump to heading
Jump to headingevent: "Runtime.executionContextCreated"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Runtime.executionContextDestroyed",): boolean
Parameters Jump to heading
Jump to headingevent: "Runtime.executionContextDestroyed"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Runtime.executionContextsCleared"): boolean
Parameters Jump to heading
Jump to headingevent: "Runtime.executionContextsCleared"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Runtime.exceptionThrown",): boolean
Parameters Jump to heading
Jump to headingevent: "Runtime.exceptionThrown"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Runtime.exceptionRevoked",): boolean
Parameters Jump to heading
Jump to headingevent: "Runtime.exceptionRevoked"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Runtime.consoleAPICalled",): boolean
Parameters Jump to heading
Jump to headingevent: "Runtime.consoleAPICalled"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Runtime.inspectRequested",): boolean
Parameters Jump to heading
Jump to headingevent: "Runtime.inspectRequested"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Debugger.scriptParsed",): boolean
Parameters Jump to heading
Jump to headingevent: "Debugger.scriptParsed"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Debugger.scriptFailedToParse",): boolean
Parameters Jump to heading
Jump to headingevent: "Debugger.scriptFailedToParse"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Debugger.breakpointResolved",): boolean
Parameters Jump to heading
Jump to headingevent: "Debugger.breakpointResolved"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Debugger.paused",): boolean
Parameters Jump to heading
Jump to headingevent: "Debugger.paused"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Debugger.resumed"): boolean
Parameters Jump to heading
Jump to headingevent: "Debugger.resumed"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Console.messageAdded",): boolean
Parameters Jump to heading
Jump to headingevent: "Console.messageAdded"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Profiler.consoleProfileStarted",): boolean
Parameters Jump to heading
Jump to headingevent: "Profiler.consoleProfileStarted"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Profiler.consoleProfileFinished",): boolean
Parameters Jump to heading
Jump to headingevent: "Profiler.consoleProfileFinished"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "HeapProfiler.addHeapSnapshotChunk",): boolean
Parameters Jump to heading
Jump to headingevent: "HeapProfiler.addHeapSnapshotChunk"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "HeapProfiler.resetProfiles"): boolean
Parameters Jump to heading
Jump to headingevent: "HeapProfiler.resetProfiles"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "HeapProfiler.reportHeapSnapshotProgress",): boolean
Parameters Jump to heading
Jump to headingevent: "HeapProfiler.reportHeapSnapshotProgress"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "HeapProfiler.lastSeenObjectId",): boolean
Parameters Jump to heading
Jump to headingevent: "HeapProfiler.lastSeenObjectId"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "HeapProfiler.heapStatsUpdate",): boolean
Parameters Jump to heading
Jump to headingevent: "HeapProfiler.heapStatsUpdate"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "NodeTracing.dataCollected",): boolean
Parameters Jump to heading
Jump to headingevent: "NodeTracing.dataCollected"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "NodeTracing.tracingComplete"): boolean
Parameters Jump to heading
Jump to headingevent: "NodeTracing.tracingComplete"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "NodeWorker.attachedToWorker",): boolean
Parameters Jump to heading
Jump to headingevent: "NodeWorker.attachedToWorker"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "NodeWorker.detachedFromWorker",): boolean
Parameters Jump to heading
Jump to headingevent: "NodeWorker.detachedFromWorker"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "NodeWorker.receivedMessageFromWorker",): boolean
Parameters Jump to heading
Jump to headingevent: "NodeWorker.receivedMessageFromWorker"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Network.requestWillBeSent",): boolean
Parameters Jump to heading
Jump to headingevent: "Network.requestWillBeSent"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Network.responseReceived",): boolean
Parameters Jump to heading
Jump to headingevent: "Network.responseReceived"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Network.loadingFailed",): boolean
Parameters Jump to heading
Jump to headingevent: "Network.loadingFailed"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "Network.loadingFinished",): boolean
Parameters Jump to heading
Jump to headingevent: "Network.loadingFinished"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "NodeRuntime.waitingForDisconnect"): boolean
Parameters Jump to heading
Jump to headingevent: "NodeRuntime.waitingForDisconnect"
Return Type Jump to heading
boolean
Jump to headingSession.prototype.emit(event: "NodeRuntime.waitingForDebugger"): boolean
Parameters Jump to heading
Jump to headingevent: "NodeRuntime.waitingForDebugger"
Return Type Jump to heading
boolean