class Session extends Object with StObject
The inspector.Session is used for dispatching messages to the V8 inspector back-end and receiving message responses and notifications.
- Annotations
- @JSType() @JSImport("inspector", "Session") @native()
- Source
- Session.scala
- Alphabetic
- By Inheritance
- Session
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Session()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Session.this.type
- def addListener_ConsolemessageAdded(event: ConsoleDotmessageAdded, listener: Function1[InspectorNotification[MessageAddedEventDataType], Unit]): Session.this.type
Issued when new console message is added.
Issued when new console message is added.
- Annotations
- @JSName("addListener")
- def addListener_DebuggerbreakpointResolved(event: DebuggerDotbreakpointResolved, listener: Function1[InspectorNotification[BreakpointResolvedEventDataType], Unit]): Session.this.type
Fired when breakpoint is resolved to an actual script and location.
Fired when breakpoint is resolved to an actual script and location.
- Annotations
- @JSName("addListener")
- def addListener_Debuggerpaused(event: DebuggerDotpaused, listener: Function1[InspectorNotification[PausedEventDataType], Unit]): Session.this.type
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
- Annotations
- @JSName("addListener")
- def addListener_Debuggerresumed(event: DebuggerDotresumed, listener: Function0[Unit]): Session.this.type
Fired when the virtual machine resumed execution.
Fired when the virtual machine resumed execution.
- Annotations
- @JSName("addListener")
- def addListener_DebuggerscriptFailedToParse(event: DebuggerDotscriptFailedToParse, listener: Function1[InspectorNotification[ScriptFailedToParseEventDataType], Unit]): Session.this.type
Fired when virtual machine fails to parse the script.
Fired when virtual machine fails to parse the script.
- Annotations
- @JSName("addListener")
- def addListener_DebuggerscriptParsed(event: DebuggerDotscriptParsed, listener: Function1[InspectorNotification[ScriptParsedEventDataType], Unit]): Session.this.type
Fired when virtual machine parses script.
Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
- Annotations
- @JSName("addListener")
- def addListener_HeapProfileraddHeapSnapshotChunk(event: HeapProfilerDotaddHeapSnapshotChunk, listener: Function1[InspectorNotification[AddHeapSnapshotChunkEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("addListener")
- def addListener_HeapProfilerheapStatsUpdate(event: HeapProfilerDotheapStatsUpdate, listener: Function1[InspectorNotification[HeapStatsUpdateEventDataType], Unit]): Session.this.type
If heap objects tracking has been started then backend may send update for one or more fragments
If heap objects tracking has been started then backend may send update for one or more fragments
- Annotations
- @JSName("addListener")
- def addListener_HeapProfilerlastSeenObjectId(event: HeapProfilerDotlastSeenObjectId, listener: Function1[InspectorNotification[LastSeenObjectIdEventDataType], Unit]): Session.this.type
If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp.
If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
- Annotations
- @JSName("addListener")
- def addListener_HeapProfilerreportHeapSnapshotProgress(event: HeapProfilerDotreportHeapSnapshotProgress, listener: Function1[InspectorNotification[ReportHeapSnapshotProgressEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("addListener")
- def addListener_HeapProfilerresetProfiles(event: HeapProfilerDotresetProfiles, listener: Function0[Unit]): Session.this.type
- Annotations
- @JSName("addListener")
- def addListener_ProfilerconsoleProfileFinished(event: ProfilerDotconsoleProfileFinished, listener: Function1[InspectorNotification[ConsoleProfileFinishedEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("addListener")
- def addListener_ProfilerconsoleProfileStarted(event: ProfilerDotconsoleProfileStarted, listener: Function1[InspectorNotification[ConsoleProfileStartedEventDataType], Unit]): Session.this.type
Sent when new profile recording is started using console.profile() call.
Sent when new profile recording is started using console.profile() call.
- Annotations
- @JSName("addListener")
- def addListener_RuntimeconsoleAPICalled(event: RuntimeDotconsoleAPICalled, listener: Function1[InspectorNotification[ConsoleAPICalledEventDataType], Unit]): Session.this.type
Issued when console API was called.
Issued when console API was called.
- Annotations
- @JSName("addListener")
- def addListener_RuntimeexceptionRevoked(event: RuntimeDotexceptionRevoked, listener: Function1[InspectorNotification[ExceptionRevokedEventDataType], Unit]): Session.this.type
Issued when unhandled exception was revoked.
Issued when unhandled exception was revoked.
- Annotations
- @JSName("addListener")
- def addListener_RuntimeexceptionThrown(event: RuntimeDotexceptionThrown, listener: Function1[InspectorNotification[ExceptionThrownEventDataType], Unit]): Session.this.type
Issued when exception was thrown and unhandled.
Issued when exception was thrown and unhandled.
- Annotations
- @JSName("addListener")
- def addListener_RuntimeexecutionContextCreated(event: RuntimeDotexecutionContextCreated, listener: Function1[InspectorNotification[ExecutionContextCreatedEventDataType], Unit]): Session.this.type
Issued when new execution context is created.
Issued when new execution context is created.
- Annotations
- @JSName("addListener")
- def addListener_RuntimeexecutionContextDestroyed(event: RuntimeDotexecutionContextDestroyed, listener: Function1[InspectorNotification[ExecutionContextDestroyedEventDataType], Unit]): Session.this.type
Issued when execution context is destroyed.
Issued when execution context is destroyed.
- Annotations
- @JSName("addListener")
- def addListener_RuntimeexecutionContextsCleared(event: RuntimeDotexecutionContextsCleared, listener: Function0[Unit]): Session.this.type
Issued when all executionContexts were cleared in browser
Issued when all executionContexts were cleared in browser
- Annotations
- @JSName("addListener")
- def addListener_RuntimeinspectRequested(event: RuntimeDotinspectRequested, listener: Function1[InspectorNotification[InspectRequestedEventDataType], Unit]): Session.this.type
Issued when object should be inspected (for example, as a result of inspect() command line API call).
Issued when object should be inspected (for example, as a result of inspect() command line API call).
- Annotations
- @JSName("addListener")
- def addListener_inspectorNotification(event: inspectorNotification, listener: Function1[InspectorNotification[Object], Unit]): Session.this.type
Emitted when any notification from the V8 Inspector is received.
Emitted when any notification from the V8 Inspector is received.
- Annotations
- @JSName("addListener")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def connect(): Unit
Connects a session to the inspector back-end.
Connects a session to the inspector back-end. An exception will be thrown if there is already a connected session established either through the API or by a front-end connected to the Inspector WebSocket port.
- def disconnect(): Unit
Immediately close the session.
Immediately close the session. All pending message callbacks will be called with an error. session.connect() will need to be called to be able to send messages again. Reconnected session will lose all inspector state, such as enabled agents or configured breakpoints.
- def emit(event: Symbol, args: Any*): Boolean
- def emit(event: scala.Predef.String, args: Any*): Boolean
- def emit_ConsolemessageAdded(event: ConsoleDotmessageAdded, message: InspectorNotification[MessageAddedEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_DebuggerbreakpointResolved(event: DebuggerDotbreakpointResolved, message: InspectorNotification[BreakpointResolvedEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_Debuggerpaused(event: DebuggerDotpaused, message: InspectorNotification[PausedEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_Debuggerresumed(event: DebuggerDotresumed): Boolean
- Annotations
- @JSName("emit")
- def emit_DebuggerscriptFailedToParse(event: DebuggerDotscriptFailedToParse, message: InspectorNotification[ScriptFailedToParseEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_DebuggerscriptParsed(event: DebuggerDotscriptParsed, message: InspectorNotification[ScriptParsedEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_HeapProfileraddHeapSnapshotChunk(event: HeapProfilerDotaddHeapSnapshotChunk, message: InspectorNotification[AddHeapSnapshotChunkEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_HeapProfilerheapStatsUpdate(event: HeapProfilerDotheapStatsUpdate, message: InspectorNotification[HeapStatsUpdateEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_HeapProfilerlastSeenObjectId(event: HeapProfilerDotlastSeenObjectId, message: InspectorNotification[LastSeenObjectIdEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_HeapProfilerreportHeapSnapshotProgress(event: HeapProfilerDotreportHeapSnapshotProgress, message: InspectorNotification[ReportHeapSnapshotProgressEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_HeapProfilerresetProfiles(event: HeapProfilerDotresetProfiles): Boolean
- Annotations
- @JSName("emit")
- def emit_ProfilerconsoleProfileFinished(event: ProfilerDotconsoleProfileFinished, message: InspectorNotification[ConsoleProfileFinishedEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_ProfilerconsoleProfileStarted(event: ProfilerDotconsoleProfileStarted, message: InspectorNotification[ConsoleProfileStartedEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_RuntimeconsoleAPICalled(event: RuntimeDotconsoleAPICalled, message: InspectorNotification[ConsoleAPICalledEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_RuntimeexceptionRevoked(event: RuntimeDotexceptionRevoked, message: InspectorNotification[ExceptionRevokedEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_RuntimeexceptionThrown(event: RuntimeDotexceptionThrown, message: InspectorNotification[ExceptionThrownEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_RuntimeexecutionContextCreated(event: RuntimeDotexecutionContextCreated, message: InspectorNotification[ExecutionContextCreatedEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_RuntimeexecutionContextDestroyed(event: RuntimeDotexecutionContextDestroyed, message: InspectorNotification[ExecutionContextDestroyedEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_RuntimeexecutionContextsCleared(event: RuntimeDotexecutionContextsCleared): Boolean
- Annotations
- @JSName("emit")
- def emit_RuntimeinspectRequested(event: RuntimeDotinspectRequested, message: InspectorNotification[InspectRequestedEventDataType]): Boolean
- Annotations
- @JSName("emit")
- def emit_inspectorNotification(event: inspectorNotification, message: InspectorNotification[Object]): Boolean
- Annotations
- @JSName("emit")
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def on(event: scala.Predef.String, listener: Function1[Any, Unit]): Session.this.type
- def on_ConsolemessageAdded(event: ConsoleDotmessageAdded, listener: Function1[InspectorNotification[MessageAddedEventDataType], Unit]): Session.this.type
Issued when new console message is added.
Issued when new console message is added.
- Annotations
- @JSName("on")
- def on_DebuggerbreakpointResolved(event: DebuggerDotbreakpointResolved, listener: Function1[InspectorNotification[BreakpointResolvedEventDataType], Unit]): Session.this.type
Fired when breakpoint is resolved to an actual script and location.
Fired when breakpoint is resolved to an actual script and location.
- Annotations
- @JSName("on")
- def on_Debuggerpaused(event: DebuggerDotpaused, listener: Function1[InspectorNotification[PausedEventDataType], Unit]): Session.this.type
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
- Annotations
- @JSName("on")
- def on_Debuggerresumed(event: DebuggerDotresumed, listener: Function0[Unit]): Session.this.type
Fired when the virtual machine resumed execution.
Fired when the virtual machine resumed execution.
- Annotations
- @JSName("on")
- def on_DebuggerscriptFailedToParse(event: DebuggerDotscriptFailedToParse, listener: Function1[InspectorNotification[ScriptFailedToParseEventDataType], Unit]): Session.this.type
Fired when virtual machine fails to parse the script.
Fired when virtual machine fails to parse the script.
- Annotations
- @JSName("on")
- def on_DebuggerscriptParsed(event: DebuggerDotscriptParsed, listener: Function1[InspectorNotification[ScriptParsedEventDataType], Unit]): Session.this.type
Fired when virtual machine parses script.
Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
- Annotations
- @JSName("on")
- def on_HeapProfileraddHeapSnapshotChunk(event: HeapProfilerDotaddHeapSnapshotChunk, listener: Function1[InspectorNotification[AddHeapSnapshotChunkEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("on")
- def on_HeapProfilerheapStatsUpdate(event: HeapProfilerDotheapStatsUpdate, listener: Function1[InspectorNotification[HeapStatsUpdateEventDataType], Unit]): Session.this.type
If heap objects tracking has been started then backend may send update for one or more fragments
If heap objects tracking has been started then backend may send update for one or more fragments
- Annotations
- @JSName("on")
- def on_HeapProfilerlastSeenObjectId(event: HeapProfilerDotlastSeenObjectId, listener: Function1[InspectorNotification[LastSeenObjectIdEventDataType], Unit]): Session.this.type
If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp.
If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
- Annotations
- @JSName("on")
- def on_HeapProfilerreportHeapSnapshotProgress(event: HeapProfilerDotreportHeapSnapshotProgress, listener: Function1[InspectorNotification[ReportHeapSnapshotProgressEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("on")
- def on_HeapProfilerresetProfiles(event: HeapProfilerDotresetProfiles, listener: Function0[Unit]): Session.this.type
- Annotations
- @JSName("on")
- def on_ProfilerconsoleProfileFinished(event: ProfilerDotconsoleProfileFinished, listener: Function1[InspectorNotification[ConsoleProfileFinishedEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("on")
- def on_ProfilerconsoleProfileStarted(event: ProfilerDotconsoleProfileStarted, listener: Function1[InspectorNotification[ConsoleProfileStartedEventDataType], Unit]): Session.this.type
Sent when new profile recording is started using console.profile() call.
Sent when new profile recording is started using console.profile() call.
- Annotations
- @JSName("on")
- def on_RuntimeconsoleAPICalled(event: RuntimeDotconsoleAPICalled, listener: Function1[InspectorNotification[ConsoleAPICalledEventDataType], Unit]): Session.this.type
Issued when console API was called.
Issued when console API was called.
- Annotations
- @JSName("on")
- def on_RuntimeexceptionRevoked(event: RuntimeDotexceptionRevoked, listener: Function1[InspectorNotification[ExceptionRevokedEventDataType], Unit]): Session.this.type
Issued when unhandled exception was revoked.
Issued when unhandled exception was revoked.
- Annotations
- @JSName("on")
- def on_RuntimeexceptionThrown(event: RuntimeDotexceptionThrown, listener: Function1[InspectorNotification[ExceptionThrownEventDataType], Unit]): Session.this.type
Issued when exception was thrown and unhandled.
Issued when exception was thrown and unhandled.
- Annotations
- @JSName("on")
- def on_RuntimeexecutionContextCreated(event: RuntimeDotexecutionContextCreated, listener: Function1[InspectorNotification[ExecutionContextCreatedEventDataType], Unit]): Session.this.type
Issued when new execution context is created.
Issued when new execution context is created.
- Annotations
- @JSName("on")
- def on_RuntimeexecutionContextDestroyed(event: RuntimeDotexecutionContextDestroyed, listener: Function1[InspectorNotification[ExecutionContextDestroyedEventDataType], Unit]): Session.this.type
Issued when execution context is destroyed.
Issued when execution context is destroyed.
- Annotations
- @JSName("on")
- def on_RuntimeexecutionContextsCleared(event: RuntimeDotexecutionContextsCleared, listener: Function0[Unit]): Session.this.type
Issued when all executionContexts were cleared in browser
Issued when all executionContexts were cleared in browser
- Annotations
- @JSName("on")
- def on_RuntimeinspectRequested(event: RuntimeDotinspectRequested, listener: Function1[InspectorNotification[InspectRequestedEventDataType], Unit]): Session.this.type
Issued when object should be inspected (for example, as a result of inspect() command line API call).
Issued when object should be inspected (for example, as a result of inspect() command line API call).
- Annotations
- @JSName("on")
- def on_inspectorNotification(event: inspectorNotification, listener: Function1[InspectorNotification[Object], Unit]): Session.this.type
Emitted when any notification from the V8 Inspector is received.
Emitted when any notification from the V8 Inspector is received.
- Annotations
- @JSName("on")
- def once(event: scala.Predef.String, listener: Function1[Any, Unit]): Session.this.type
- def once_ConsolemessageAdded(event: ConsoleDotmessageAdded, listener: Function1[InspectorNotification[MessageAddedEventDataType], Unit]): Session.this.type
Issued when new console message is added.
Issued when new console message is added.
- Annotations
- @JSName("once")
- def once_DebuggerbreakpointResolved(event: DebuggerDotbreakpointResolved, listener: Function1[InspectorNotification[BreakpointResolvedEventDataType], Unit]): Session.this.type
Fired when breakpoint is resolved to an actual script and location.
Fired when breakpoint is resolved to an actual script and location.
- Annotations
- @JSName("once")
- def once_Debuggerpaused(event: DebuggerDotpaused, listener: Function1[InspectorNotification[PausedEventDataType], Unit]): Session.this.type
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
- Annotations
- @JSName("once")
- def once_Debuggerresumed(event: DebuggerDotresumed, listener: Function0[Unit]): Session.this.type
Fired when the virtual machine resumed execution.
Fired when the virtual machine resumed execution.
- Annotations
- @JSName("once")
- def once_DebuggerscriptFailedToParse(event: DebuggerDotscriptFailedToParse, listener: Function1[InspectorNotification[ScriptFailedToParseEventDataType], Unit]): Session.this.type
Fired when virtual machine fails to parse the script.
Fired when virtual machine fails to parse the script.
- Annotations
- @JSName("once")
- def once_DebuggerscriptParsed(event: DebuggerDotscriptParsed, listener: Function1[InspectorNotification[ScriptParsedEventDataType], Unit]): Session.this.type
Fired when virtual machine parses script.
Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
- Annotations
- @JSName("once")
- def once_HeapProfileraddHeapSnapshotChunk(event: HeapProfilerDotaddHeapSnapshotChunk, listener: Function1[InspectorNotification[AddHeapSnapshotChunkEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("once")
- def once_HeapProfilerheapStatsUpdate(event: HeapProfilerDotheapStatsUpdate, listener: Function1[InspectorNotification[HeapStatsUpdateEventDataType], Unit]): Session.this.type
If heap objects tracking has been started then backend may send update for one or more fragments
If heap objects tracking has been started then backend may send update for one or more fragments
- Annotations
- @JSName("once")
- def once_HeapProfilerlastSeenObjectId(event: HeapProfilerDotlastSeenObjectId, listener: Function1[InspectorNotification[LastSeenObjectIdEventDataType], Unit]): Session.this.type
If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp.
If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
- Annotations
- @JSName("once")
- def once_HeapProfilerreportHeapSnapshotProgress(event: HeapProfilerDotreportHeapSnapshotProgress, listener: Function1[InspectorNotification[ReportHeapSnapshotProgressEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("once")
- def once_HeapProfilerresetProfiles(event: HeapProfilerDotresetProfiles, listener: Function0[Unit]): Session.this.type
- Annotations
- @JSName("once")
- def once_ProfilerconsoleProfileFinished(event: ProfilerDotconsoleProfileFinished, listener: Function1[InspectorNotification[ConsoleProfileFinishedEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("once")
- def once_ProfilerconsoleProfileStarted(event: ProfilerDotconsoleProfileStarted, listener: Function1[InspectorNotification[ConsoleProfileStartedEventDataType], Unit]): Session.this.type
Sent when new profile recording is started using console.profile() call.
Sent when new profile recording is started using console.profile() call.
- Annotations
- @JSName("once")
- def once_RuntimeconsoleAPICalled(event: RuntimeDotconsoleAPICalled, listener: Function1[InspectorNotification[ConsoleAPICalledEventDataType], Unit]): Session.this.type
Issued when console API was called.
Issued when console API was called.
- Annotations
- @JSName("once")
- def once_RuntimeexceptionRevoked(event: RuntimeDotexceptionRevoked, listener: Function1[InspectorNotification[ExceptionRevokedEventDataType], Unit]): Session.this.type
Issued when unhandled exception was revoked.
Issued when unhandled exception was revoked.
- Annotations
- @JSName("once")
- def once_RuntimeexceptionThrown(event: RuntimeDotexceptionThrown, listener: Function1[InspectorNotification[ExceptionThrownEventDataType], Unit]): Session.this.type
Issued when exception was thrown and unhandled.
Issued when exception was thrown and unhandled.
- Annotations
- @JSName("once")
- def once_RuntimeexecutionContextCreated(event: RuntimeDotexecutionContextCreated, listener: Function1[InspectorNotification[ExecutionContextCreatedEventDataType], Unit]): Session.this.type
Issued when new execution context is created.
Issued when new execution context is created.
- Annotations
- @JSName("once")
- def once_RuntimeexecutionContextDestroyed(event: RuntimeDotexecutionContextDestroyed, listener: Function1[InspectorNotification[ExecutionContextDestroyedEventDataType], Unit]): Session.this.type
Issued when execution context is destroyed.
Issued when execution context is destroyed.
- Annotations
- @JSName("once")
- def once_RuntimeexecutionContextsCleared(event: RuntimeDotexecutionContextsCleared, listener: Function0[Unit]): Session.this.type
Issued when all executionContexts were cleared in browser
Issued when all executionContexts were cleared in browser
- Annotations
- @JSName("once")
- def once_RuntimeinspectRequested(event: RuntimeDotinspectRequested, listener: Function1[InspectorNotification[InspectRequestedEventDataType], Unit]): Session.this.type
Issued when object should be inspected (for example, as a result of inspect() command line API call).
Issued when object should be inspected (for example, as a result of inspect() command line API call).
- Annotations
- @JSName("once")
- def once_inspectorNotification(event: inspectorNotification, listener: Function1[InspectorNotification[Object], Unit]): Session.this.type
Emitted when any notification from the V8 Inspector is received.
Emitted when any notification from the V8 Inspector is received.
- Annotations
- @JSName("once")
- def post(method: scala.Predef.String, params: Unit, callback: Function2[|[Error, Null], UndefOr[Object], Unit]): Unit
- def post(method: scala.Predef.String, params: Object, callback: Function2[|[Error, Null], UndefOr[Object], Unit]): Unit
- def post(method: scala.Predef.String, params: Object): Unit
- def post(method: scala.Predef.String, callback: Function2[|[Error, Null], UndefOr[Object], Unit]): Unit
- def post(method: scala.Predef.String): Unit
Posts a message to the inspector back-end.
Posts a message to the inspector back-end. callback will be notified when a response is received. callback is a function that accepts two optional arguments - error and message-specific result.
- def post_ConsoleclearMessages(method: ConsoleDotclearMessages, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_ConsoleclearMessages(method: ConsoleDotclearMessages): Unit
Does nothing.
Does nothing.
- Annotations
- @JSName("post")
- def post_Consoledisable(method: ConsoleDotdisable, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_Consoledisable(method: ConsoleDotdisable): Unit
Disables console domain, prevents further console messages from being reported to the client.
Disables console domain, prevents further console messages from being reported to the client.
- Annotations
- @JSName("post")
- def post_Consoleenable(method: ConsoleDotenable, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_Consoleenable(method: ConsoleDotenable): Unit
Enables console domain, sends the messages collected so far to the client by means of the
messageAddednotification.Enables console domain, sends the messages collected so far to the client by means of the
messageAddednotification.- Annotations
- @JSName("post")
- def post_DebuggercontinueToLocation(method: DebuggerDotcontinueToLocation, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggercontinueToLocation(method: DebuggerDotcontinueToLocation, params: ContinueToLocationParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggercontinueToLocation(method: DebuggerDotcontinueToLocation, params: ContinueToLocationParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggercontinueToLocation(method: DebuggerDotcontinueToLocation, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggercontinueToLocation(method: DebuggerDotcontinueToLocation): Unit
Continues execution until specific location is reached.
Continues execution until specific location is reached.
- Annotations
- @JSName("post")
- def post_Debuggerdisable(method: DebuggerDotdisable, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_Debuggerdisable(method: DebuggerDotdisable): Unit
Disables debugger for given page.
Disables debugger for given page.
- Annotations
- @JSName("post")
- def post_Debuggerenable(method: DebuggerDotenable, callback: Function2[|[Error, Null], EnableReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_Debuggerenable(method: DebuggerDotenable): Unit
Enables debugger for the given page.
Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.
- Annotations
- @JSName("post")
- def post_DebuggerevaluateOnCallFrame(method: DebuggerDotevaluateOnCallFrame, params: Unit, callback: Function2[|[Error, Null], EvaluateOnCallFrameReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerevaluateOnCallFrame(method: DebuggerDotevaluateOnCallFrame, params: EvaluateOnCallFrameParameterType, callback: Function2[|[Error, Null], EvaluateOnCallFrameReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerevaluateOnCallFrame(method: DebuggerDotevaluateOnCallFrame, params: EvaluateOnCallFrameParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggerevaluateOnCallFrame(method: DebuggerDotevaluateOnCallFrame, callback: Function2[|[Error, Null], EvaluateOnCallFrameReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerevaluateOnCallFrame(method: DebuggerDotevaluateOnCallFrame): Unit
Evaluates expression on a given call frame.
Evaluates expression on a given call frame.
- Annotations
- @JSName("post")
- def post_DebuggergetPossibleBreakpoints(method: DebuggerDotgetPossibleBreakpoints, params: Unit, callback: Function2[|[Error, Null], GetPossibleBreakpointsReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggergetPossibleBreakpoints(method: DebuggerDotgetPossibleBreakpoints, params: GetPossibleBreakpointsParameterType, callback: Function2[|[Error, Null], GetPossibleBreakpointsReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggergetPossibleBreakpoints(method: DebuggerDotgetPossibleBreakpoints, params: GetPossibleBreakpointsParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggergetPossibleBreakpoints(method: DebuggerDotgetPossibleBreakpoints, callback: Function2[|[Error, Null], GetPossibleBreakpointsReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggergetPossibleBreakpoints(method: DebuggerDotgetPossibleBreakpoints): Unit
Returns possible locations for breakpoint.
Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.
- Annotations
- @JSName("post")
- def post_DebuggergetScriptSource(method: DebuggerDotgetScriptSource, params: Unit, callback: Function2[|[Error, Null], GetScriptSourceReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggergetScriptSource(method: DebuggerDotgetScriptSource, params: GetScriptSourceParameterType, callback: Function2[|[Error, Null], GetScriptSourceReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggergetScriptSource(method: DebuggerDotgetScriptSource, params: GetScriptSourceParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggergetScriptSource(method: DebuggerDotgetScriptSource, callback: Function2[|[Error, Null], GetScriptSourceReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggergetScriptSource(method: DebuggerDotgetScriptSource): Unit
Returns source for the script with given id.
Returns source for the script with given id.
- Annotations
- @JSName("post")
- def post_DebuggergetStackTrace(method: DebuggerDotgetStackTrace, params: Unit, callback: Function2[|[Error, Null], GetStackTraceReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggergetStackTrace(method: DebuggerDotgetStackTrace, params: GetStackTraceParameterType, callback: Function2[|[Error, Null], GetStackTraceReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggergetStackTrace(method: DebuggerDotgetStackTrace, params: GetStackTraceParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggergetStackTrace(method: DebuggerDotgetStackTrace, callback: Function2[|[Error, Null], GetStackTraceReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggergetStackTrace(method: DebuggerDotgetStackTrace): Unit
Returns stack trace with given
stackTraceId.Returns stack trace with given
stackTraceId.- Annotations
- @JSName("post")
- def post_Debuggerpause(method: DebuggerDotpause, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_Debuggerpause(method: DebuggerDotpause): Unit
Stops on the next JavaScript statement.
Stops on the next JavaScript statement.
- Annotations
- @JSName("post")
- def post_DebuggerpauseOnAsyncCall(method: DebuggerDotpauseOnAsyncCall, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerpauseOnAsyncCall(method: DebuggerDotpauseOnAsyncCall, params: PauseOnAsyncCallParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerpauseOnAsyncCall(method: DebuggerDotpauseOnAsyncCall, params: PauseOnAsyncCallParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggerpauseOnAsyncCall(method: DebuggerDotpauseOnAsyncCall, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerpauseOnAsyncCall(method: DebuggerDotpauseOnAsyncCall): Unit
- Annotations
- @JSName("post")
- def post_DebuggerremoveBreakpoint(method: DebuggerDotremoveBreakpoint, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerremoveBreakpoint(method: DebuggerDotremoveBreakpoint, params: RemoveBreakpointParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerremoveBreakpoint(method: DebuggerDotremoveBreakpoint, params: RemoveBreakpointParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggerremoveBreakpoint(method: DebuggerDotremoveBreakpoint, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerremoveBreakpoint(method: DebuggerDotremoveBreakpoint): Unit
Removes JavaScript breakpoint.
Removes JavaScript breakpoint.
- Annotations
- @JSName("post")
- def post_DebuggerrestartFrame(method: DebuggerDotrestartFrame, params: Unit, callback: Function2[|[Error, Null], RestartFrameReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerrestartFrame(method: DebuggerDotrestartFrame, params: RestartFrameParameterType, callback: Function2[|[Error, Null], RestartFrameReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerrestartFrame(method: DebuggerDotrestartFrame, params: RestartFrameParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggerrestartFrame(method: DebuggerDotrestartFrame, callback: Function2[|[Error, Null], RestartFrameReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerrestartFrame(method: DebuggerDotrestartFrame): Unit
Restarts particular call frame from the beginning.
Restarts particular call frame from the beginning.
- Annotations
- @JSName("post")
- def post_Debuggerresume(method: DebuggerDotresume, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_Debuggerresume(method: DebuggerDotresume): Unit
Resumes JavaScript execution.
Resumes JavaScript execution.
- Annotations
- @JSName("post")
- def post_DebuggerscheduleStepIntoAsync(method: DebuggerDotscheduleStepIntoAsync, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerscheduleStepIntoAsync(method: DebuggerDotscheduleStepIntoAsync): Unit
This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead.
This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called.
- Annotations
- @JSName("post")
- def post_DebuggersearchInContent(method: DebuggerDotsearchInContent, params: Unit, callback: Function2[|[Error, Null], SearchInContentReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersearchInContent(method: DebuggerDotsearchInContent, params: SearchInContentParameterType, callback: Function2[|[Error, Null], SearchInContentReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersearchInContent(method: DebuggerDotsearchInContent, params: SearchInContentParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggersearchInContent(method: DebuggerDotsearchInContent, callback: Function2[|[Error, Null], SearchInContentReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersearchInContent(method: DebuggerDotsearchInContent): Unit
Searches for given string in script content.
Searches for given string in script content.
- Annotations
- @JSName("post")
- def post_DebuggersetAsyncCallStackDepth(method: DebuggerDotsetAsyncCallStackDepth, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetAsyncCallStackDepth(method: DebuggerDotsetAsyncCallStackDepth, params: SetAsyncCallStackDepthParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetAsyncCallStackDepth(method: DebuggerDotsetAsyncCallStackDepth, params: SetAsyncCallStackDepthParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetAsyncCallStackDepth(method: DebuggerDotsetAsyncCallStackDepth, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetAsyncCallStackDepth(method: DebuggerDotsetAsyncCallStackDepth): Unit
Enables or disables async call stacks tracking.
Enables or disables async call stacks tracking.
- Annotations
- @JSName("post")
- def post_DebuggersetBlackboxPatterns(method: DebuggerDotsetBlackboxPatterns, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBlackboxPatterns(method: DebuggerDotsetBlackboxPatterns, params: SetBlackboxPatternsParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBlackboxPatterns(method: DebuggerDotsetBlackboxPatterns, params: SetBlackboxPatternsParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBlackboxPatterns(method: DebuggerDotsetBlackboxPatterns, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBlackboxPatterns(method: DebuggerDotsetBlackboxPatterns): Unit
Replace previous blackbox patterns with passed ones.
Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.
- Annotations
- @JSName("post")
- def post_DebuggersetBlackboxedRanges(method: DebuggerDotsetBlackboxedRanges, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBlackboxedRanges(method: DebuggerDotsetBlackboxedRanges, params: SetBlackboxedRangesParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBlackboxedRanges(method: DebuggerDotsetBlackboxedRanges, params: SetBlackboxedRangesParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBlackboxedRanges(method: DebuggerDotsetBlackboxedRanges, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBlackboxedRanges(method: DebuggerDotsetBlackboxedRanges): Unit
Makes backend skip steps in the script in blackboxed ranges.
Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted.
- Annotations
- @JSName("post")
- def post_DebuggersetBreakpoint(method: DebuggerDotsetBreakpoint, params: Unit, callback: Function2[|[Error, Null], SetBreakpointReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBreakpoint(method: DebuggerDotsetBreakpoint, params: SetBreakpointParameterType, callback: Function2[|[Error, Null], SetBreakpointReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBreakpoint(method: DebuggerDotsetBreakpoint, params: SetBreakpointParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBreakpoint(method: DebuggerDotsetBreakpoint, callback: Function2[|[Error, Null], SetBreakpointReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBreakpoint(method: DebuggerDotsetBreakpoint): Unit
Sets JavaScript breakpoint at a given location.
Sets JavaScript breakpoint at a given location.
- Annotations
- @JSName("post")
- def post_DebuggersetBreakpointByUrl(method: DebuggerDotsetBreakpointByUrl, params: Unit, callback: Function2[|[Error, Null], SetBreakpointByUrlReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBreakpointByUrl(method: DebuggerDotsetBreakpointByUrl, params: SetBreakpointByUrlParameterType, callback: Function2[|[Error, Null], SetBreakpointByUrlReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBreakpointByUrl(method: DebuggerDotsetBreakpointByUrl, params: SetBreakpointByUrlParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBreakpointByUrl(method: DebuggerDotsetBreakpointByUrl, callback: Function2[|[Error, Null], SetBreakpointByUrlReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBreakpointByUrl(method: DebuggerDotsetBreakpointByUrl): Unit
Sets JavaScript breakpoint at given location specified either by URL or URL regex.
Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in
locationsproperty. Further matching script parsing will result in subsequentbreakpointResolvedevents issued. This logical breakpoint will survive page reloads.- Annotations
- @JSName("post")
- def post_DebuggersetBreakpointsActive(method: DebuggerDotsetBreakpointsActive, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBreakpointsActive(method: DebuggerDotsetBreakpointsActive, params: SetBreakpointsActiveParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBreakpointsActive(method: DebuggerDotsetBreakpointsActive, params: SetBreakpointsActiveParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBreakpointsActive(method: DebuggerDotsetBreakpointsActive, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetBreakpointsActive(method: DebuggerDotsetBreakpointsActive): Unit
Activates / deactivates all breakpoints on the page.
Activates / deactivates all breakpoints on the page.
- Annotations
- @JSName("post")
- def post_DebuggersetPauseOnExceptions(method: DebuggerDotsetPauseOnExceptions, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetPauseOnExceptions(method: DebuggerDotsetPauseOnExceptions, params: SetPauseOnExceptionsParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetPauseOnExceptions(method: DebuggerDotsetPauseOnExceptions, params: SetPauseOnExceptionsParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetPauseOnExceptions(method: DebuggerDotsetPauseOnExceptions, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetPauseOnExceptions(method: DebuggerDotsetPauseOnExceptions): Unit
Defines pause on exceptions state.
Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is
none.- Annotations
- @JSName("post")
- def post_DebuggersetReturnValue(method: DebuggerDotsetReturnValue, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetReturnValue(method: DebuggerDotsetReturnValue, params: SetReturnValueParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetReturnValue(method: DebuggerDotsetReturnValue, params: SetReturnValueParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetReturnValue(method: DebuggerDotsetReturnValue, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetReturnValue(method: DebuggerDotsetReturnValue): Unit
Changes return value in top frame.
Changes return value in top frame. Available only at return break position.
- Annotations
- @JSName("post")
- def post_DebuggersetScriptSource(method: DebuggerDotsetScriptSource, params: Unit, callback: Function2[|[Error, Null], SetScriptSourceReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetScriptSource(method: DebuggerDotsetScriptSource, params: SetScriptSourceParameterType, callback: Function2[|[Error, Null], SetScriptSourceReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetScriptSource(method: DebuggerDotsetScriptSource, params: SetScriptSourceParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetScriptSource(method: DebuggerDotsetScriptSource, callback: Function2[|[Error, Null], SetScriptSourceReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetScriptSource(method: DebuggerDotsetScriptSource): Unit
Edits JavaScript source live.
Edits JavaScript source live.
- Annotations
- @JSName("post")
- def post_DebuggersetSkipAllPauses(method: DebuggerDotsetSkipAllPauses, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetSkipAllPauses(method: DebuggerDotsetSkipAllPauses, params: SetSkipAllPausesParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetSkipAllPauses(method: DebuggerDotsetSkipAllPauses, params: SetSkipAllPausesParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetSkipAllPauses(method: DebuggerDotsetSkipAllPauses, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetSkipAllPauses(method: DebuggerDotsetSkipAllPauses): Unit
Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
- Annotations
- @JSName("post")
- def post_DebuggersetVariableValue(method: DebuggerDotsetVariableValue, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetVariableValue(method: DebuggerDotsetVariableValue, params: SetVariableValueParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetVariableValue(method: DebuggerDotsetVariableValue, params: SetVariableValueParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetVariableValue(method: DebuggerDotsetVariableValue, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggersetVariableValue(method: DebuggerDotsetVariableValue): Unit
Changes value of variable in a callframe.
Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually.
- Annotations
- @JSName("post")
- def post_DebuggerstepInto(method: DebuggerDotstepInto, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerstepInto(method: DebuggerDotstepInto, params: StepIntoParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerstepInto(method: DebuggerDotstepInto, params: StepIntoParameterType): Unit
- Annotations
- @JSName("post")
- def post_DebuggerstepInto(method: DebuggerDotstepInto, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerstepInto(method: DebuggerDotstepInto): Unit
Steps into the function call.
Steps into the function call.
- Annotations
- @JSName("post")
- def post_DebuggerstepOut(method: DebuggerDotstepOut, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerstepOut(method: DebuggerDotstepOut): Unit
Steps out of the function call.
Steps out of the function call.
- Annotations
- @JSName("post")
- def post_DebuggerstepOver(method: DebuggerDotstepOver, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_DebuggerstepOver(method: DebuggerDotstepOver): Unit
Steps over the statement.
Steps over the statement.
- Annotations
- @JSName("post")
- def post_HeapProfileraddInspectedHeapObject(method: HeapProfilerDotaddInspectedHeapObject, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfileraddInspectedHeapObject(method: HeapProfilerDotaddInspectedHeapObject, params: AddInspectedHeapObjectParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfileraddInspectedHeapObject(method: HeapProfilerDotaddInspectedHeapObject, params: AddInspectedHeapObjectParameterType): Unit
- Annotations
- @JSName("post")
- def post_HeapProfileraddInspectedHeapObject(method: HeapProfilerDotaddInspectedHeapObject, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfileraddInspectedHeapObject(method: HeapProfilerDotaddInspectedHeapObject): Unit
Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
- Annotations
- @JSName("post")
- def post_HeapProfilercollectGarbage(method: HeapProfilerDotcollectGarbage, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilercollectGarbage(method: HeapProfilerDotcollectGarbage): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerdisable(method: HeapProfilerDotdisable, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerdisable(method: HeapProfilerDotdisable): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerenable(method: HeapProfilerDotenable, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerenable(method: HeapProfilerDotenable): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilergetHeapObjectId(method: HeapProfilerDotgetHeapObjectId, params: Unit, callback: Function2[|[Error, Null], GetHeapObjectIdReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilergetHeapObjectId(method: HeapProfilerDotgetHeapObjectId, params: GetHeapObjectIdParameterType, callback: Function2[|[Error, Null], GetHeapObjectIdReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilergetHeapObjectId(method: HeapProfilerDotgetHeapObjectId, params: GetHeapObjectIdParameterType): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilergetHeapObjectId(method: HeapProfilerDotgetHeapObjectId, callback: Function2[|[Error, Null], GetHeapObjectIdReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilergetHeapObjectId(method: HeapProfilerDotgetHeapObjectId): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilergetObjectByHeapObjectId(method: HeapProfilerDotgetObjectByHeapObjectId, params: Unit, callback: Function2[|[Error, Null], GetObjectByHeapObjectIdReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilergetObjectByHeapObjectId(method: HeapProfilerDotgetObjectByHeapObjectId, params: GetObjectByHeapObjectIdParameterType, callback: Function2[|[Error, Null], GetObjectByHeapObjectIdReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilergetObjectByHeapObjectId(method: HeapProfilerDotgetObjectByHeapObjectId, params: GetObjectByHeapObjectIdParameterType): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilergetObjectByHeapObjectId(method: HeapProfilerDotgetObjectByHeapObjectId, callback: Function2[|[Error, Null], GetObjectByHeapObjectIdReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilergetObjectByHeapObjectId(method: HeapProfilerDotgetObjectByHeapObjectId): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilergetSamplingProfile(method: HeapProfilerDotgetSamplingProfile, callback: Function2[|[Error, Null], GetSamplingProfileReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilergetSamplingProfile(method: HeapProfilerDotgetSamplingProfile): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstartSampling(method: HeapProfilerDotstartSampling, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstartSampling(method: HeapProfilerDotstartSampling, params: StartSamplingParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstartSampling(method: HeapProfilerDotstartSampling, params: StartSamplingParameterType): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstartSampling(method: HeapProfilerDotstartSampling, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstartSampling(method: HeapProfilerDotstartSampling): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstartTrackingHeapObjects(method: HeapProfilerDotstartTrackingHeapObjects, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstartTrackingHeapObjects(method: HeapProfilerDotstartTrackingHeapObjects, params: StartTrackingHeapObjectsParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstartTrackingHeapObjects(method: HeapProfilerDotstartTrackingHeapObjects, params: StartTrackingHeapObjectsParameterType): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstartTrackingHeapObjects(method: HeapProfilerDotstartTrackingHeapObjects, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstartTrackingHeapObjects(method: HeapProfilerDotstartTrackingHeapObjects): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstopSampling(method: HeapProfilerDotstopSampling, callback: Function2[|[Error, Null], StopSamplingReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstopSampling(method: HeapProfilerDotstopSampling): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstopTrackingHeapObjects(method: HeapProfilerDotstopTrackingHeapObjects, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstopTrackingHeapObjects(method: HeapProfilerDotstopTrackingHeapObjects, params: StopTrackingHeapObjectsParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstopTrackingHeapObjects(method: HeapProfilerDotstopTrackingHeapObjects, params: StopTrackingHeapObjectsParameterType): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstopTrackingHeapObjects(method: HeapProfilerDotstopTrackingHeapObjects, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilerstopTrackingHeapObjects(method: HeapProfilerDotstopTrackingHeapObjects): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilertakeHeapSnapshot(method: HeapProfilerDottakeHeapSnapshot, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilertakeHeapSnapshot(method: HeapProfilerDottakeHeapSnapshot, params: TakeHeapSnapshotParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilertakeHeapSnapshot(method: HeapProfilerDottakeHeapSnapshot, params: TakeHeapSnapshotParameterType): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilertakeHeapSnapshot(method: HeapProfilerDottakeHeapSnapshot, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_HeapProfilertakeHeapSnapshot(method: HeapProfilerDottakeHeapSnapshot): Unit
- Annotations
- @JSName("post")
- def post_Profilerdisable(method: ProfilerDotdisable, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_Profilerdisable(method: ProfilerDotdisable): Unit
- Annotations
- @JSName("post")
- def post_Profilerenable(method: ProfilerDotenable, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_Profilerenable(method: ProfilerDotenable): Unit
- Annotations
- @JSName("post")
- def post_ProfilergetBestEffortCoverage(method: ProfilerDotgetBestEffortCoverage, callback: Function2[|[Error, Null], GetBestEffortCoverageReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_ProfilergetBestEffortCoverage(method: ProfilerDotgetBestEffortCoverage): Unit
Collect coverage data for the current isolate.
Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.
- Annotations
- @JSName("post")
- def post_ProfilersetSamplingInterval(method: ProfilerDotsetSamplingInterval, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_ProfilersetSamplingInterval(method: ProfilerDotsetSamplingInterval, params: SetSamplingIntervalParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_ProfilersetSamplingInterval(method: ProfilerDotsetSamplingInterval, params: SetSamplingIntervalParameterType): Unit
- Annotations
- @JSName("post")
- def post_ProfilersetSamplingInterval(method: ProfilerDotsetSamplingInterval, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_ProfilersetSamplingInterval(method: ProfilerDotsetSamplingInterval): Unit
Changes CPU profiler sampling interval.
Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.
- Annotations
- @JSName("post")
- def post_Profilerstart(method: ProfilerDotstart, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_Profilerstart(method: ProfilerDotstart): Unit
- Annotations
- @JSName("post")
- def post_ProfilerstartPreciseCoverage(method: ProfilerDotstartPreciseCoverage, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_ProfilerstartPreciseCoverage(method: ProfilerDotstartPreciseCoverage, params: StartPreciseCoverageParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_ProfilerstartPreciseCoverage(method: ProfilerDotstartPreciseCoverage, params: StartPreciseCoverageParameterType): Unit
- Annotations
- @JSName("post")
- def post_ProfilerstartPreciseCoverage(method: ProfilerDotstartPreciseCoverage, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_ProfilerstartPreciseCoverage(method: ProfilerDotstartPreciseCoverage): Unit
Enable precise code coverage.
Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.
- Annotations
- @JSName("post")
- def post_ProfilerstartTypeProfile(method: ProfilerDotstartTypeProfile, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_ProfilerstartTypeProfile(method: ProfilerDotstartTypeProfile): Unit
Enable type profile.
Enable type profile.
- Annotations
- @JSName("post")
- def post_Profilerstop(method: ProfilerDotstop, callback: Function2[|[Error, Null], StopReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_Profilerstop(method: ProfilerDotstop): Unit
- Annotations
- @JSName("post")
- def post_ProfilerstopPreciseCoverage(method: ProfilerDotstopPreciseCoverage, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_ProfilerstopPreciseCoverage(method: ProfilerDotstopPreciseCoverage): Unit
Disable precise code coverage.
Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.
- Annotations
- @JSName("post")
- def post_ProfilerstopTypeProfile(method: ProfilerDotstopTypeProfile, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_ProfilerstopTypeProfile(method: ProfilerDotstopTypeProfile): Unit
Disable type profile.
Disable type profile. Disabling releases type profile data collected so far.
- Annotations
- @JSName("post")
- def post_ProfilertakePreciseCoverage(method: ProfilerDottakePreciseCoverage, callback: Function2[|[Error, Null], TakePreciseCoverageReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_ProfilertakePreciseCoverage(method: ProfilerDottakePreciseCoverage): Unit
Collect coverage data for the current isolate, and resets execution counters.
Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
- Annotations
- @JSName("post")
- def post_ProfilertakeTypeProfile(method: ProfilerDottakeTypeProfile, callback: Function2[|[Error, Null], TakeTypeProfileReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_ProfilertakeTypeProfile(method: ProfilerDottakeTypeProfile): Unit
Collect type profile.
Collect type profile.
- Annotations
- @JSName("post")
- def post_RuntimeawaitPromise(method: RuntimeDotawaitPromise, params: Unit, callback: Function2[|[Error, Null], AwaitPromiseReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimeawaitPromise(method: RuntimeDotawaitPromise, params: AwaitPromiseParameterType, callback: Function2[|[Error, Null], AwaitPromiseReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimeawaitPromise(method: RuntimeDotawaitPromise, params: AwaitPromiseParameterType): Unit
- Annotations
- @JSName("post")
- def post_RuntimeawaitPromise(method: RuntimeDotawaitPromise, callback: Function2[|[Error, Null], AwaitPromiseReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimeawaitPromise(method: RuntimeDotawaitPromise): Unit
Add handler to promise with given promise object id.
Add handler to promise with given promise object id.
- Annotations
- @JSName("post")
- def post_RuntimecallFunctionOn(method: RuntimeDotcallFunctionOn, params: Unit, callback: Function2[|[Error, Null], CallFunctionOnReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimecallFunctionOn(method: RuntimeDotcallFunctionOn, params: CallFunctionOnParameterType, callback: Function2[|[Error, Null], CallFunctionOnReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimecallFunctionOn(method: RuntimeDotcallFunctionOn, params: CallFunctionOnParameterType): Unit
- Annotations
- @JSName("post")
- def post_RuntimecallFunctionOn(method: RuntimeDotcallFunctionOn, callback: Function2[|[Error, Null], CallFunctionOnReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimecallFunctionOn(method: RuntimeDotcallFunctionOn): Unit
Calls function with given declaration on the given object.
Calls function with given declaration on the given object. Object group of the result is inherited from the target object.
- Annotations
- @JSName("post")
- def post_RuntimecompileScript(method: RuntimeDotcompileScript, params: Unit, callback: Function2[|[Error, Null], CompileScriptReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimecompileScript(method: RuntimeDotcompileScript, params: CompileScriptParameterType, callback: Function2[|[Error, Null], CompileScriptReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimecompileScript(method: RuntimeDotcompileScript, params: CompileScriptParameterType): Unit
- Annotations
- @JSName("post")
- def post_RuntimecompileScript(method: RuntimeDotcompileScript, callback: Function2[|[Error, Null], CompileScriptReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimecompileScript(method: RuntimeDotcompileScript): Unit
Compiles expression.
Compiles expression.
- Annotations
- @JSName("post")
- def post_Runtimedisable(method: RuntimeDotdisable, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_Runtimedisable(method: RuntimeDotdisable): Unit
Disables reporting of execution contexts creation.
Disables reporting of execution contexts creation.
- Annotations
- @JSName("post")
- def post_RuntimediscardConsoleEntries(method: RuntimeDotdiscardConsoleEntries, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimediscardConsoleEntries(method: RuntimeDotdiscardConsoleEntries): Unit
Discards collected exceptions and console API calls.
Discards collected exceptions and console API calls.
- Annotations
- @JSName("post")
- def post_Runtimeenable(method: RuntimeDotenable, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_Runtimeenable(method: RuntimeDotenable): Unit
Enables reporting of execution contexts creation by means of
executionContextCreatedevent.Enables reporting of execution contexts creation by means of
executionContextCreatedevent. When the reporting gets enabled the event will be sent immediately for each existing execution context.- Annotations
- @JSName("post")
- def post_Runtimeevaluate(method: RuntimeDotevaluate, params: Unit, callback: Function2[|[Error, Null], EvaluateReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_Runtimeevaluate(method: RuntimeDotevaluate, params: EvaluateParameterType, callback: Function2[|[Error, Null], EvaluateReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_Runtimeevaluate(method: RuntimeDotevaluate, params: EvaluateParameterType): Unit
- Annotations
- @JSName("post")
- def post_Runtimeevaluate(method: RuntimeDotevaluate, callback: Function2[|[Error, Null], EvaluateReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_Runtimeevaluate(method: RuntimeDotevaluate): Unit
Evaluates expression on global object.
Evaluates expression on global object.
- Annotations
- @JSName("post")
- def post_RuntimegetProperties(method: RuntimeDotgetProperties, params: Unit, callback: Function2[|[Error, Null], GetPropertiesReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimegetProperties(method: RuntimeDotgetProperties, params: GetPropertiesParameterType, callback: Function2[|[Error, Null], GetPropertiesReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimegetProperties(method: RuntimeDotgetProperties, params: GetPropertiesParameterType): Unit
- Annotations
- @JSName("post")
- def post_RuntimegetProperties(method: RuntimeDotgetProperties, callback: Function2[|[Error, Null], GetPropertiesReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimegetProperties(method: RuntimeDotgetProperties): Unit
Returns properties of a given object.
Returns properties of a given object. Object group of the result is inherited from the target object.
- Annotations
- @JSName("post")
- def post_RuntimeglobalLexicalScopeNames(method: RuntimeDotglobalLexicalScopeNames, params: Unit, callback: Function2[|[Error, Null], GlobalLexicalScopeNamesReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimeglobalLexicalScopeNames(method: RuntimeDotglobalLexicalScopeNames, params: GlobalLexicalScopeNamesParameterType, callback: Function2[|[Error, Null], GlobalLexicalScopeNamesReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimeglobalLexicalScopeNames(method: RuntimeDotglobalLexicalScopeNames, params: GlobalLexicalScopeNamesParameterType): Unit
- Annotations
- @JSName("post")
- def post_RuntimeglobalLexicalScopeNames(method: RuntimeDotglobalLexicalScopeNames, callback: Function2[|[Error, Null], GlobalLexicalScopeNamesReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimeglobalLexicalScopeNames(method: RuntimeDotglobalLexicalScopeNames): Unit
Returns all let, const and class variables from global scope.
Returns all let, const and class variables from global scope.
- Annotations
- @JSName("post")
- def post_RuntimequeryObjects(method: RuntimeDotqueryObjects, params: Unit, callback: Function2[|[Error, Null], QueryObjectsReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimequeryObjects(method: RuntimeDotqueryObjects, params: QueryObjectsParameterType, callback: Function2[|[Error, Null], QueryObjectsReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimequeryObjects(method: RuntimeDotqueryObjects, params: QueryObjectsParameterType): Unit
- Annotations
- @JSName("post")
- def post_RuntimequeryObjects(method: RuntimeDotqueryObjects, callback: Function2[|[Error, Null], QueryObjectsReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimequeryObjects(method: RuntimeDotqueryObjects): Unit
- Annotations
- @JSName("post")
- def post_RuntimereleaseObject(method: RuntimeDotreleaseObject, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimereleaseObject(method: RuntimeDotreleaseObject, params: ReleaseObjectParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimereleaseObject(method: RuntimeDotreleaseObject, params: ReleaseObjectParameterType): Unit
- Annotations
- @JSName("post")
- def post_RuntimereleaseObject(method: RuntimeDotreleaseObject, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimereleaseObject(method: RuntimeDotreleaseObject): Unit
Releases remote object with given id.
Releases remote object with given id.
- Annotations
- @JSName("post")
- def post_RuntimereleaseObjectGroup(method: RuntimeDotreleaseObjectGroup, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimereleaseObjectGroup(method: RuntimeDotreleaseObjectGroup, params: ReleaseObjectGroupParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimereleaseObjectGroup(method: RuntimeDotreleaseObjectGroup, params: ReleaseObjectGroupParameterType): Unit
- Annotations
- @JSName("post")
- def post_RuntimereleaseObjectGroup(method: RuntimeDotreleaseObjectGroup, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimereleaseObjectGroup(method: RuntimeDotreleaseObjectGroup): Unit
Releases all remote objects that belong to a given group.
Releases all remote objects that belong to a given group.
- Annotations
- @JSName("post")
- def post_RuntimerunIfWaitingForDebugger(method: RuntimeDotrunIfWaitingForDebugger, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimerunIfWaitingForDebugger(method: RuntimeDotrunIfWaitingForDebugger): Unit
Tells inspected instance to run if it was waiting for debugger to attach.
Tells inspected instance to run if it was waiting for debugger to attach.
- Annotations
- @JSName("post")
- def post_RuntimerunScript(method: RuntimeDotrunScript, params: Unit, callback: Function2[|[Error, Null], RunScriptReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimerunScript(method: RuntimeDotrunScript, params: RunScriptParameterType, callback: Function2[|[Error, Null], RunScriptReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimerunScript(method: RuntimeDotrunScript, params: RunScriptParameterType): Unit
- Annotations
- @JSName("post")
- def post_RuntimerunScript(method: RuntimeDotrunScript, callback: Function2[|[Error, Null], RunScriptReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimerunScript(method: RuntimeDotrunScript): Unit
Runs script with given id in a given context.
Runs script with given id in a given context.
- Annotations
- @JSName("post")
- def post_RuntimesetCustomObjectFormatterEnabled(method: RuntimeDotsetCustomObjectFormatterEnabled, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimesetCustomObjectFormatterEnabled(method: RuntimeDotsetCustomObjectFormatterEnabled, params: SetCustomObjectFormatterEnabledParameterType, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimesetCustomObjectFormatterEnabled(method: RuntimeDotsetCustomObjectFormatterEnabled, params: SetCustomObjectFormatterEnabledParameterType): Unit
- Annotations
- @JSName("post")
- def post_RuntimesetCustomObjectFormatterEnabled(method: RuntimeDotsetCustomObjectFormatterEnabled, callback: Function1[|[Error, Null], Unit]): Unit
- Annotations
- @JSName("post")
- def post_RuntimesetCustomObjectFormatterEnabled(method: RuntimeDotsetCustomObjectFormatterEnabled): Unit
- Annotations
- @JSName("post")
- def post_SchemagetDomains(method: SchemaDotgetDomains, callback: Function2[|[Error, Null], GetDomainsReturnType, Unit]): Unit
- Annotations
- @JSName("post")
- def post_SchemagetDomains(method: SchemaDotgetDomains): Unit
Returns supported domains.
Returns supported domains.
- Annotations
- @JSName("post")
- def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Session.this.type
- def prependListener_ConsolemessageAdded(event: ConsoleDotmessageAdded, listener: Function1[InspectorNotification[MessageAddedEventDataType], Unit]): Session.this.type
Issued when new console message is added.
Issued when new console message is added.
- Annotations
- @JSName("prependListener")
- def prependListener_DebuggerbreakpointResolved(event: DebuggerDotbreakpointResolved, listener: Function1[InspectorNotification[BreakpointResolvedEventDataType], Unit]): Session.this.type
Fired when breakpoint is resolved to an actual script and location.
Fired when breakpoint is resolved to an actual script and location.
- Annotations
- @JSName("prependListener")
- def prependListener_Debuggerpaused(event: DebuggerDotpaused, listener: Function1[InspectorNotification[PausedEventDataType], Unit]): Session.this.type
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
- Annotations
- @JSName("prependListener")
- def prependListener_Debuggerresumed(event: DebuggerDotresumed, listener: Function0[Unit]): Session.this.type
Fired when the virtual machine resumed execution.
Fired when the virtual machine resumed execution.
- Annotations
- @JSName("prependListener")
- def prependListener_DebuggerscriptFailedToParse(event: DebuggerDotscriptFailedToParse, listener: Function1[InspectorNotification[ScriptFailedToParseEventDataType], Unit]): Session.this.type
Fired when virtual machine fails to parse the script.
Fired when virtual machine fails to parse the script.
- Annotations
- @JSName("prependListener")
- def prependListener_DebuggerscriptParsed(event: DebuggerDotscriptParsed, listener: Function1[InspectorNotification[ScriptParsedEventDataType], Unit]): Session.this.type
Fired when virtual machine parses script.
Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
- Annotations
- @JSName("prependListener")
- def prependListener_HeapProfileraddHeapSnapshotChunk(event: HeapProfilerDotaddHeapSnapshotChunk, listener: Function1[InspectorNotification[AddHeapSnapshotChunkEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_HeapProfilerheapStatsUpdate(event: HeapProfilerDotheapStatsUpdate, listener: Function1[InspectorNotification[HeapStatsUpdateEventDataType], Unit]): Session.this.type
If heap objects tracking has been started then backend may send update for one or more fragments
If heap objects tracking has been started then backend may send update for one or more fragments
- Annotations
- @JSName("prependListener")
- def prependListener_HeapProfilerlastSeenObjectId(event: HeapProfilerDotlastSeenObjectId, listener: Function1[InspectorNotification[LastSeenObjectIdEventDataType], Unit]): Session.this.type
If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp.
If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
- Annotations
- @JSName("prependListener")
- def prependListener_HeapProfilerreportHeapSnapshotProgress(event: HeapProfilerDotreportHeapSnapshotProgress, listener: Function1[InspectorNotification[ReportHeapSnapshotProgressEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_HeapProfilerresetProfiles(event: HeapProfilerDotresetProfiles, listener: Function0[Unit]): Session.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_ProfilerconsoleProfileFinished(event: ProfilerDotconsoleProfileFinished, listener: Function1[InspectorNotification[ConsoleProfileFinishedEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("prependListener")
- def prependListener_ProfilerconsoleProfileStarted(event: ProfilerDotconsoleProfileStarted, listener: Function1[InspectorNotification[ConsoleProfileStartedEventDataType], Unit]): Session.this.type
Sent when new profile recording is started using console.profile() call.
Sent when new profile recording is started using console.profile() call.
- Annotations
- @JSName("prependListener")
- def prependListener_RuntimeconsoleAPICalled(event: RuntimeDotconsoleAPICalled, listener: Function1[InspectorNotification[ConsoleAPICalledEventDataType], Unit]): Session.this.type
Issued when console API was called.
Issued when console API was called.
- Annotations
- @JSName("prependListener")
- def prependListener_RuntimeexceptionRevoked(event: RuntimeDotexceptionRevoked, listener: Function1[InspectorNotification[ExceptionRevokedEventDataType], Unit]): Session.this.type
Issued when unhandled exception was revoked.
Issued when unhandled exception was revoked.
- Annotations
- @JSName("prependListener")
- def prependListener_RuntimeexceptionThrown(event: RuntimeDotexceptionThrown, listener: Function1[InspectorNotification[ExceptionThrownEventDataType], Unit]): Session.this.type
Issued when exception was thrown and unhandled.
Issued when exception was thrown and unhandled.
- Annotations
- @JSName("prependListener")
- def prependListener_RuntimeexecutionContextCreated(event: RuntimeDotexecutionContextCreated, listener: Function1[InspectorNotification[ExecutionContextCreatedEventDataType], Unit]): Session.this.type
Issued when new execution context is created.
Issued when new execution context is created.
- Annotations
- @JSName("prependListener")
- def prependListener_RuntimeexecutionContextDestroyed(event: RuntimeDotexecutionContextDestroyed, listener: Function1[InspectorNotification[ExecutionContextDestroyedEventDataType], Unit]): Session.this.type
Issued when execution context is destroyed.
Issued when execution context is destroyed.
- Annotations
- @JSName("prependListener")
- def prependListener_RuntimeexecutionContextsCleared(event: RuntimeDotexecutionContextsCleared, listener: Function0[Unit]): Session.this.type
Issued when all executionContexts were cleared in browser
Issued when all executionContexts were cleared in browser
- Annotations
- @JSName("prependListener")
- def prependListener_RuntimeinspectRequested(event: RuntimeDotinspectRequested, listener: Function1[InspectorNotification[InspectRequestedEventDataType], Unit]): Session.this.type
Issued when object should be inspected (for example, as a result of inspect() command line API call).
Issued when object should be inspected (for example, as a result of inspect() command line API call).
- Annotations
- @JSName("prependListener")
- def prependListener_inspectorNotification(event: inspectorNotification, listener: Function1[InspectorNotification[Object], Unit]): Session.this.type
Emitted when any notification from the V8 Inspector is received.
Emitted when any notification from the V8 Inspector is received.
- Annotations
- @JSName("prependListener")
- def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Session.this.type
- def prependOnceListener_ConsolemessageAdded(event: ConsoleDotmessageAdded, listener: Function1[InspectorNotification[MessageAddedEventDataType], Unit]): Session.this.type
Issued when new console message is added.
Issued when new console message is added.
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_DebuggerbreakpointResolved(event: DebuggerDotbreakpointResolved, listener: Function1[InspectorNotification[BreakpointResolvedEventDataType], Unit]): Session.this.type
Fired when breakpoint is resolved to an actual script and location.
Fired when breakpoint is resolved to an actual script and location.
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_Debuggerpaused(event: DebuggerDotpaused, listener: Function1[InspectorNotification[PausedEventDataType], Unit]): Session.this.type
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_Debuggerresumed(event: DebuggerDotresumed, listener: Function0[Unit]): Session.this.type
Fired when the virtual machine resumed execution.
Fired when the virtual machine resumed execution.
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_DebuggerscriptFailedToParse(event: DebuggerDotscriptFailedToParse, listener: Function1[InspectorNotification[ScriptFailedToParseEventDataType], Unit]): Session.this.type
Fired when virtual machine fails to parse the script.
Fired when virtual machine fails to parse the script.
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_DebuggerscriptParsed(event: DebuggerDotscriptParsed, listener: Function1[InspectorNotification[ScriptParsedEventDataType], Unit]): Session.this.type
Fired when virtual machine parses script.
Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_HeapProfileraddHeapSnapshotChunk(event: HeapProfilerDotaddHeapSnapshotChunk, listener: Function1[InspectorNotification[AddHeapSnapshotChunkEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_HeapProfilerheapStatsUpdate(event: HeapProfilerDotheapStatsUpdate, listener: Function1[InspectorNotification[HeapStatsUpdateEventDataType], Unit]): Session.this.type
If heap objects tracking has been started then backend may send update for one or more fragments
If heap objects tracking has been started then backend may send update for one or more fragments
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_HeapProfilerlastSeenObjectId(event: HeapProfilerDotlastSeenObjectId, listener: Function1[InspectorNotification[LastSeenObjectIdEventDataType], Unit]): Session.this.type
If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp.
If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_HeapProfilerreportHeapSnapshotProgress(event: HeapProfilerDotreportHeapSnapshotProgress, listener: Function1[InspectorNotification[ReportHeapSnapshotProgressEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_HeapProfilerresetProfiles(event: HeapProfilerDotresetProfiles, listener: Function0[Unit]): Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_ProfilerconsoleProfileFinished(event: ProfilerDotconsoleProfileFinished, listener: Function1[InspectorNotification[ConsoleProfileFinishedEventDataType], Unit]): Session.this.type
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_ProfilerconsoleProfileStarted(event: ProfilerDotconsoleProfileStarted, listener: Function1[InspectorNotification[ConsoleProfileStartedEventDataType], Unit]): Session.this.type
Sent when new profile recording is started using console.profile() call.
Sent when new profile recording is started using console.profile() call.
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_RuntimeconsoleAPICalled(event: RuntimeDotconsoleAPICalled, listener: Function1[InspectorNotification[ConsoleAPICalledEventDataType], Unit]): Session.this.type
Issued when console API was called.
Issued when console API was called.
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_RuntimeexceptionRevoked(event: RuntimeDotexceptionRevoked, listener: Function1[InspectorNotification[ExceptionRevokedEventDataType], Unit]): Session.this.type
Issued when unhandled exception was revoked.
Issued when unhandled exception was revoked.
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_RuntimeexceptionThrown(event: RuntimeDotexceptionThrown, listener: Function1[InspectorNotification[ExceptionThrownEventDataType], Unit]): Session.this.type
Issued when exception was thrown and unhandled.
Issued when exception was thrown and unhandled.
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_RuntimeexecutionContextCreated(event: RuntimeDotexecutionContextCreated, listener: Function1[InspectorNotification[ExecutionContextCreatedEventDataType], Unit]): Session.this.type
Issued when new execution context is created.
Issued when new execution context is created.
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_RuntimeexecutionContextDestroyed(event: RuntimeDotexecutionContextDestroyed, listener: Function1[InspectorNotification[ExecutionContextDestroyedEventDataType], Unit]): Session.this.type
Issued when execution context is destroyed.
Issued when execution context is destroyed.
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_RuntimeexecutionContextsCleared(event: RuntimeDotexecutionContextsCleared, listener: Function0[Unit]): Session.this.type
Issued when all executionContexts were cleared in browser
Issued when all executionContexts were cleared in browser
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_RuntimeinspectRequested(event: RuntimeDotinspectRequested, listener: Function1[InspectorNotification[InspectRequestedEventDataType], Unit]): Session.this.type
Issued when object should be inspected (for example, as a result of inspect() command line API call).
Issued when object should be inspected (for example, as a result of inspect() command line API call).
- Annotations
- @JSName("prependOnceListener")
- def prependOnceListener_inspectorNotification(event: inspectorNotification, listener: Function1[InspectorNotification[Object], Unit]): Session.this.type
Emitted when any notification from the V8 Inspector is received.
Emitted when any notification from the V8 Inspector is received.
- Annotations
- @JSName("prependOnceListener")
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated