Packages

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
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Session
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Session()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Session.this.type
  5. 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")
  6. 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")
  7. 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")
  8. 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")
  9. 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")
  10. 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")
  11. def addListener_HeapProfileraddHeapSnapshotChunk(event: HeapProfilerDotaddHeapSnapshotChunk, listener: Function1[InspectorNotification[AddHeapSnapshotChunkEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("addListener")
  12. 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")
  13. 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")
  14. def addListener_HeapProfilerreportHeapSnapshotProgress(event: HeapProfilerDotreportHeapSnapshotProgress, listener: Function1[InspectorNotification[ReportHeapSnapshotProgressEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("addListener")
  15. def addListener_HeapProfilerresetProfiles(event: HeapProfilerDotresetProfiles, listener: Function0[Unit]): Session.this.type
    Annotations
    @JSName("addListener")
  16. def addListener_ProfilerconsoleProfileFinished(event: ProfilerDotconsoleProfileFinished, listener: Function1[InspectorNotification[ConsoleProfileFinishedEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("addListener")
  17. 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")
  18. 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")
  19. 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")
  20. 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")
  21. 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")
  22. 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")
  23. 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")
  24. 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")
  25. 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")
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  28. 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.

  29. 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.

  30. def emit(event: Symbol, args: Any*): Boolean
  31. def emit(event: scala.Predef.String, args: Any*): Boolean
  32. def emit_ConsolemessageAdded(event: ConsoleDotmessageAdded, message: InspectorNotification[MessageAddedEventDataType]): Boolean
    Annotations
    @JSName("emit")
  33. def emit_DebuggerbreakpointResolved(event: DebuggerDotbreakpointResolved, message: InspectorNotification[BreakpointResolvedEventDataType]): Boolean
    Annotations
    @JSName("emit")
  34. def emit_Debuggerpaused(event: DebuggerDotpaused, message: InspectorNotification[PausedEventDataType]): Boolean
    Annotations
    @JSName("emit")
  35. def emit_Debuggerresumed(event: DebuggerDotresumed): Boolean
    Annotations
    @JSName("emit")
  36. def emit_DebuggerscriptFailedToParse(event: DebuggerDotscriptFailedToParse, message: InspectorNotification[ScriptFailedToParseEventDataType]): Boolean
    Annotations
    @JSName("emit")
  37. def emit_DebuggerscriptParsed(event: DebuggerDotscriptParsed, message: InspectorNotification[ScriptParsedEventDataType]): Boolean
    Annotations
    @JSName("emit")
  38. def emit_HeapProfileraddHeapSnapshotChunk(event: HeapProfilerDotaddHeapSnapshotChunk, message: InspectorNotification[AddHeapSnapshotChunkEventDataType]): Boolean
    Annotations
    @JSName("emit")
  39. def emit_HeapProfilerheapStatsUpdate(event: HeapProfilerDotheapStatsUpdate, message: InspectorNotification[HeapStatsUpdateEventDataType]): Boolean
    Annotations
    @JSName("emit")
  40. def emit_HeapProfilerlastSeenObjectId(event: HeapProfilerDotlastSeenObjectId, message: InspectorNotification[LastSeenObjectIdEventDataType]): Boolean
    Annotations
    @JSName("emit")
  41. def emit_HeapProfilerreportHeapSnapshotProgress(event: HeapProfilerDotreportHeapSnapshotProgress, message: InspectorNotification[ReportHeapSnapshotProgressEventDataType]): Boolean
    Annotations
    @JSName("emit")
  42. def emit_HeapProfilerresetProfiles(event: HeapProfilerDotresetProfiles): Boolean
    Annotations
    @JSName("emit")
  43. def emit_ProfilerconsoleProfileFinished(event: ProfilerDotconsoleProfileFinished, message: InspectorNotification[ConsoleProfileFinishedEventDataType]): Boolean
    Annotations
    @JSName("emit")
  44. def emit_ProfilerconsoleProfileStarted(event: ProfilerDotconsoleProfileStarted, message: InspectorNotification[ConsoleProfileStartedEventDataType]): Boolean
    Annotations
    @JSName("emit")
  45. def emit_RuntimeconsoleAPICalled(event: RuntimeDotconsoleAPICalled, message: InspectorNotification[ConsoleAPICalledEventDataType]): Boolean
    Annotations
    @JSName("emit")
  46. def emit_RuntimeexceptionRevoked(event: RuntimeDotexceptionRevoked, message: InspectorNotification[ExceptionRevokedEventDataType]): Boolean
    Annotations
    @JSName("emit")
  47. def emit_RuntimeexceptionThrown(event: RuntimeDotexceptionThrown, message: InspectorNotification[ExceptionThrownEventDataType]): Boolean
    Annotations
    @JSName("emit")
  48. def emit_RuntimeexecutionContextCreated(event: RuntimeDotexecutionContextCreated, message: InspectorNotification[ExecutionContextCreatedEventDataType]): Boolean
    Annotations
    @JSName("emit")
  49. def emit_RuntimeexecutionContextDestroyed(event: RuntimeDotexecutionContextDestroyed, message: InspectorNotification[ExecutionContextDestroyedEventDataType]): Boolean
    Annotations
    @JSName("emit")
  50. def emit_RuntimeexecutionContextsCleared(event: RuntimeDotexecutionContextsCleared): Boolean
    Annotations
    @JSName("emit")
  51. def emit_RuntimeinspectRequested(event: RuntimeDotinspectRequested, message: InspectorNotification[InspectRequestedEventDataType]): Boolean
    Annotations
    @JSName("emit")
  52. def emit_inspectorNotification(event: inspectorNotification, message: InspectorNotification[Object]): Boolean
    Annotations
    @JSName("emit")
  53. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  55. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  56. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  57. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  58. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  59. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  60. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  62. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  63. def on(event: scala.Predef.String, listener: Function1[Any, Unit]): Session.this.type
  64. 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")
  65. 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")
  66. 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")
  67. 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")
  68. 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")
  69. 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")
  70. def on_HeapProfileraddHeapSnapshotChunk(event: HeapProfilerDotaddHeapSnapshotChunk, listener: Function1[InspectorNotification[AddHeapSnapshotChunkEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("on")
  71. 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")
  72. 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")
  73. def on_HeapProfilerreportHeapSnapshotProgress(event: HeapProfilerDotreportHeapSnapshotProgress, listener: Function1[InspectorNotification[ReportHeapSnapshotProgressEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("on")
  74. def on_HeapProfilerresetProfiles(event: HeapProfilerDotresetProfiles, listener: Function0[Unit]): Session.this.type
    Annotations
    @JSName("on")
  75. def on_ProfilerconsoleProfileFinished(event: ProfilerDotconsoleProfileFinished, listener: Function1[InspectorNotification[ConsoleProfileFinishedEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("on")
  76. 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")
  77. 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")
  78. 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")
  79. 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")
  80. 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")
  81. 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")
  82. 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")
  83. 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")
  84. 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")
  85. def once(event: scala.Predef.String, listener: Function1[Any, Unit]): Session.this.type
  86. 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")
  87. 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")
  88. 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")
  89. 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")
  90. 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")
  91. 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")
  92. def once_HeapProfileraddHeapSnapshotChunk(event: HeapProfilerDotaddHeapSnapshotChunk, listener: Function1[InspectorNotification[AddHeapSnapshotChunkEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("once")
  93. 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")
  94. 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")
  95. def once_HeapProfilerreportHeapSnapshotProgress(event: HeapProfilerDotreportHeapSnapshotProgress, listener: Function1[InspectorNotification[ReportHeapSnapshotProgressEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("once")
  96. def once_HeapProfilerresetProfiles(event: HeapProfilerDotresetProfiles, listener: Function0[Unit]): Session.this.type
    Annotations
    @JSName("once")
  97. def once_ProfilerconsoleProfileFinished(event: ProfilerDotconsoleProfileFinished, listener: Function1[InspectorNotification[ConsoleProfileFinishedEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("once")
  98. 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")
  99. 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")
  100. 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")
  101. 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")
  102. 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")
  103. 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")
  104. 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")
  105. 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")
  106. 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")
  107. def post(method: scala.Predef.String, params: Unit, callback: Function2[|[Error, Null], UndefOr[Object], Unit]): Unit
  108. def post(method: scala.Predef.String, params: Object, callback: Function2[|[Error, Null], UndefOr[Object], Unit]): Unit
  109. def post(method: scala.Predef.String, params: Object): Unit
  110. def post(method: scala.Predef.String, callback: Function2[|[Error, Null], UndefOr[Object], Unit]): Unit
  111. 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.

  112. def post_ConsoleclearMessages(method: ConsoleDotclearMessages, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  113. def post_ConsoleclearMessages(method: ConsoleDotclearMessages): Unit

    Does nothing.

    Does nothing.

    Annotations
    @JSName("post")
  114. def post_Consoledisable(method: ConsoleDotdisable, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  115. 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")
  116. def post_Consoleenable(method: ConsoleDotenable, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  117. def post_Consoleenable(method: ConsoleDotenable): Unit

    Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification.

    Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification.

    Annotations
    @JSName("post")
  118. def post_DebuggercontinueToLocation(method: DebuggerDotcontinueToLocation, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  119. def post_DebuggercontinueToLocation(method: DebuggerDotcontinueToLocation, params: ContinueToLocationParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  120. def post_DebuggercontinueToLocation(method: DebuggerDotcontinueToLocation, params: ContinueToLocationParameterType): Unit
    Annotations
    @JSName("post")
  121. def post_DebuggercontinueToLocation(method: DebuggerDotcontinueToLocation, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  122. def post_DebuggercontinueToLocation(method: DebuggerDotcontinueToLocation): Unit

    Continues execution until specific location is reached.

    Continues execution until specific location is reached.

    Annotations
    @JSName("post")
  123. def post_Debuggerdisable(method: DebuggerDotdisable, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  124. def post_Debuggerdisable(method: DebuggerDotdisable): Unit

    Disables debugger for given page.

    Disables debugger for given page.

    Annotations
    @JSName("post")
  125. def post_Debuggerenable(method: DebuggerDotenable, callback: Function2[|[Error, Null], EnableReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  126. 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")
  127. def post_DebuggerevaluateOnCallFrame(method: DebuggerDotevaluateOnCallFrame, params: Unit, callback: Function2[|[Error, Null], EvaluateOnCallFrameReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  128. def post_DebuggerevaluateOnCallFrame(method: DebuggerDotevaluateOnCallFrame, params: EvaluateOnCallFrameParameterType, callback: Function2[|[Error, Null], EvaluateOnCallFrameReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  129. def post_DebuggerevaluateOnCallFrame(method: DebuggerDotevaluateOnCallFrame, params: EvaluateOnCallFrameParameterType): Unit
    Annotations
    @JSName("post")
  130. def post_DebuggerevaluateOnCallFrame(method: DebuggerDotevaluateOnCallFrame, callback: Function2[|[Error, Null], EvaluateOnCallFrameReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  131. def post_DebuggerevaluateOnCallFrame(method: DebuggerDotevaluateOnCallFrame): Unit

    Evaluates expression on a given call frame.

    Evaluates expression on a given call frame.

    Annotations
    @JSName("post")
  132. def post_DebuggergetPossibleBreakpoints(method: DebuggerDotgetPossibleBreakpoints, params: Unit, callback: Function2[|[Error, Null], GetPossibleBreakpointsReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  133. def post_DebuggergetPossibleBreakpoints(method: DebuggerDotgetPossibleBreakpoints, params: GetPossibleBreakpointsParameterType, callback: Function2[|[Error, Null], GetPossibleBreakpointsReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  134. def post_DebuggergetPossibleBreakpoints(method: DebuggerDotgetPossibleBreakpoints, params: GetPossibleBreakpointsParameterType): Unit
    Annotations
    @JSName("post")
  135. def post_DebuggergetPossibleBreakpoints(method: DebuggerDotgetPossibleBreakpoints, callback: Function2[|[Error, Null], GetPossibleBreakpointsReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  136. 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")
  137. def post_DebuggergetScriptSource(method: DebuggerDotgetScriptSource, params: Unit, callback: Function2[|[Error, Null], GetScriptSourceReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  138. def post_DebuggergetScriptSource(method: DebuggerDotgetScriptSource, params: GetScriptSourceParameterType, callback: Function2[|[Error, Null], GetScriptSourceReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  139. def post_DebuggergetScriptSource(method: DebuggerDotgetScriptSource, params: GetScriptSourceParameterType): Unit
    Annotations
    @JSName("post")
  140. def post_DebuggergetScriptSource(method: DebuggerDotgetScriptSource, callback: Function2[|[Error, Null], GetScriptSourceReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  141. 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")
  142. def post_DebuggergetStackTrace(method: DebuggerDotgetStackTrace, params: Unit, callback: Function2[|[Error, Null], GetStackTraceReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  143. def post_DebuggergetStackTrace(method: DebuggerDotgetStackTrace, params: GetStackTraceParameterType, callback: Function2[|[Error, Null], GetStackTraceReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  144. def post_DebuggergetStackTrace(method: DebuggerDotgetStackTrace, params: GetStackTraceParameterType): Unit
    Annotations
    @JSName("post")
  145. def post_DebuggergetStackTrace(method: DebuggerDotgetStackTrace, callback: Function2[|[Error, Null], GetStackTraceReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  146. def post_DebuggergetStackTrace(method: DebuggerDotgetStackTrace): Unit

    Returns stack trace with given stackTraceId.

    Returns stack trace with given stackTraceId.

    Annotations
    @JSName("post")
  147. def post_Debuggerpause(method: DebuggerDotpause, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  148. def post_Debuggerpause(method: DebuggerDotpause): Unit

    Stops on the next JavaScript statement.

    Stops on the next JavaScript statement.

    Annotations
    @JSName("post")
  149. def post_DebuggerpauseOnAsyncCall(method: DebuggerDotpauseOnAsyncCall, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  150. def post_DebuggerpauseOnAsyncCall(method: DebuggerDotpauseOnAsyncCall, params: PauseOnAsyncCallParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  151. def post_DebuggerpauseOnAsyncCall(method: DebuggerDotpauseOnAsyncCall, params: PauseOnAsyncCallParameterType): Unit
    Annotations
    @JSName("post")
  152. def post_DebuggerpauseOnAsyncCall(method: DebuggerDotpauseOnAsyncCall, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  153. def post_DebuggerpauseOnAsyncCall(method: DebuggerDotpauseOnAsyncCall): Unit

    Annotations
    @JSName("post")
  154. def post_DebuggerremoveBreakpoint(method: DebuggerDotremoveBreakpoint, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  155. def post_DebuggerremoveBreakpoint(method: DebuggerDotremoveBreakpoint, params: RemoveBreakpointParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  156. def post_DebuggerremoveBreakpoint(method: DebuggerDotremoveBreakpoint, params: RemoveBreakpointParameterType): Unit
    Annotations
    @JSName("post")
  157. def post_DebuggerremoveBreakpoint(method: DebuggerDotremoveBreakpoint, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  158. def post_DebuggerremoveBreakpoint(method: DebuggerDotremoveBreakpoint): Unit

    Removes JavaScript breakpoint.

    Removes JavaScript breakpoint.

    Annotations
    @JSName("post")
  159. def post_DebuggerrestartFrame(method: DebuggerDotrestartFrame, params: Unit, callback: Function2[|[Error, Null], RestartFrameReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  160. def post_DebuggerrestartFrame(method: DebuggerDotrestartFrame, params: RestartFrameParameterType, callback: Function2[|[Error, Null], RestartFrameReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  161. def post_DebuggerrestartFrame(method: DebuggerDotrestartFrame, params: RestartFrameParameterType): Unit
    Annotations
    @JSName("post")
  162. def post_DebuggerrestartFrame(method: DebuggerDotrestartFrame, callback: Function2[|[Error, Null], RestartFrameReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  163. def post_DebuggerrestartFrame(method: DebuggerDotrestartFrame): Unit

    Restarts particular call frame from the beginning.

    Restarts particular call frame from the beginning.

    Annotations
    @JSName("post")
  164. def post_Debuggerresume(method: DebuggerDotresume, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  165. def post_Debuggerresume(method: DebuggerDotresume): Unit

    Resumes JavaScript execution.

    Resumes JavaScript execution.

    Annotations
    @JSName("post")
  166. def post_DebuggerscheduleStepIntoAsync(method: DebuggerDotscheduleStepIntoAsync, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  167. 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")
  168. def post_DebuggersearchInContent(method: DebuggerDotsearchInContent, params: Unit, callback: Function2[|[Error, Null], SearchInContentReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  169. def post_DebuggersearchInContent(method: DebuggerDotsearchInContent, params: SearchInContentParameterType, callback: Function2[|[Error, Null], SearchInContentReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  170. def post_DebuggersearchInContent(method: DebuggerDotsearchInContent, params: SearchInContentParameterType): Unit
    Annotations
    @JSName("post")
  171. def post_DebuggersearchInContent(method: DebuggerDotsearchInContent, callback: Function2[|[Error, Null], SearchInContentReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  172. def post_DebuggersearchInContent(method: DebuggerDotsearchInContent): Unit

    Searches for given string in script content.

    Searches for given string in script content.

    Annotations
    @JSName("post")
  173. def post_DebuggersetAsyncCallStackDepth(method: DebuggerDotsetAsyncCallStackDepth, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  174. def post_DebuggersetAsyncCallStackDepth(method: DebuggerDotsetAsyncCallStackDepth, params: SetAsyncCallStackDepthParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  175. def post_DebuggersetAsyncCallStackDepth(method: DebuggerDotsetAsyncCallStackDepth, params: SetAsyncCallStackDepthParameterType): Unit
    Annotations
    @JSName("post")
  176. def post_DebuggersetAsyncCallStackDepth(method: DebuggerDotsetAsyncCallStackDepth, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  177. def post_DebuggersetAsyncCallStackDepth(method: DebuggerDotsetAsyncCallStackDepth): Unit

    Enables or disables async call stacks tracking.

    Enables or disables async call stacks tracking.

    Annotations
    @JSName("post")
  178. def post_DebuggersetBlackboxPatterns(method: DebuggerDotsetBlackboxPatterns, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  179. def post_DebuggersetBlackboxPatterns(method: DebuggerDotsetBlackboxPatterns, params: SetBlackboxPatternsParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  180. def post_DebuggersetBlackboxPatterns(method: DebuggerDotsetBlackboxPatterns, params: SetBlackboxPatternsParameterType): Unit
    Annotations
    @JSName("post")
  181. def post_DebuggersetBlackboxPatterns(method: DebuggerDotsetBlackboxPatterns, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  182. 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")
  183. def post_DebuggersetBlackboxedRanges(method: DebuggerDotsetBlackboxedRanges, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  184. def post_DebuggersetBlackboxedRanges(method: DebuggerDotsetBlackboxedRanges, params: SetBlackboxedRangesParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  185. def post_DebuggersetBlackboxedRanges(method: DebuggerDotsetBlackboxedRanges, params: SetBlackboxedRangesParameterType): Unit
    Annotations
    @JSName("post")
  186. def post_DebuggersetBlackboxedRanges(method: DebuggerDotsetBlackboxedRanges, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  187. 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")
  188. def post_DebuggersetBreakpoint(method: DebuggerDotsetBreakpoint, params: Unit, callback: Function2[|[Error, Null], SetBreakpointReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  189. def post_DebuggersetBreakpoint(method: DebuggerDotsetBreakpoint, params: SetBreakpointParameterType, callback: Function2[|[Error, Null], SetBreakpointReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  190. def post_DebuggersetBreakpoint(method: DebuggerDotsetBreakpoint, params: SetBreakpointParameterType): Unit
    Annotations
    @JSName("post")
  191. def post_DebuggersetBreakpoint(method: DebuggerDotsetBreakpoint, callback: Function2[|[Error, Null], SetBreakpointReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  192. def post_DebuggersetBreakpoint(method: DebuggerDotsetBreakpoint): Unit

    Sets JavaScript breakpoint at a given location.

    Sets JavaScript breakpoint at a given location.

    Annotations
    @JSName("post")
  193. def post_DebuggersetBreakpointByUrl(method: DebuggerDotsetBreakpointByUrl, params: Unit, callback: Function2[|[Error, Null], SetBreakpointByUrlReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  194. def post_DebuggersetBreakpointByUrl(method: DebuggerDotsetBreakpointByUrl, params: SetBreakpointByUrlParameterType, callback: Function2[|[Error, Null], SetBreakpointByUrlReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  195. def post_DebuggersetBreakpointByUrl(method: DebuggerDotsetBreakpointByUrl, params: SetBreakpointByUrlParameterType): Unit
    Annotations
    @JSName("post")
  196. def post_DebuggersetBreakpointByUrl(method: DebuggerDotsetBreakpointByUrl, callback: Function2[|[Error, Null], SetBreakpointByUrlReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  197. 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 locations property. Further matching script parsing will result in subsequent breakpointResolved events issued. This logical breakpoint will survive page reloads.

    Annotations
    @JSName("post")
  198. def post_DebuggersetBreakpointsActive(method: DebuggerDotsetBreakpointsActive, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  199. def post_DebuggersetBreakpointsActive(method: DebuggerDotsetBreakpointsActive, params: SetBreakpointsActiveParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  200. def post_DebuggersetBreakpointsActive(method: DebuggerDotsetBreakpointsActive, params: SetBreakpointsActiveParameterType): Unit
    Annotations
    @JSName("post")
  201. def post_DebuggersetBreakpointsActive(method: DebuggerDotsetBreakpointsActive, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  202. def post_DebuggersetBreakpointsActive(method: DebuggerDotsetBreakpointsActive): Unit

    Activates / deactivates all breakpoints on the page.

    Activates / deactivates all breakpoints on the page.

    Annotations
    @JSName("post")
  203. def post_DebuggersetPauseOnExceptions(method: DebuggerDotsetPauseOnExceptions, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  204. def post_DebuggersetPauseOnExceptions(method: DebuggerDotsetPauseOnExceptions, params: SetPauseOnExceptionsParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  205. def post_DebuggersetPauseOnExceptions(method: DebuggerDotsetPauseOnExceptions, params: SetPauseOnExceptionsParameterType): Unit
    Annotations
    @JSName("post")
  206. def post_DebuggersetPauseOnExceptions(method: DebuggerDotsetPauseOnExceptions, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  207. 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")
  208. def post_DebuggersetReturnValue(method: DebuggerDotsetReturnValue, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  209. def post_DebuggersetReturnValue(method: DebuggerDotsetReturnValue, params: SetReturnValueParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  210. def post_DebuggersetReturnValue(method: DebuggerDotsetReturnValue, params: SetReturnValueParameterType): Unit
    Annotations
    @JSName("post")
  211. def post_DebuggersetReturnValue(method: DebuggerDotsetReturnValue, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  212. 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")
  213. def post_DebuggersetScriptSource(method: DebuggerDotsetScriptSource, params: Unit, callback: Function2[|[Error, Null], SetScriptSourceReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  214. def post_DebuggersetScriptSource(method: DebuggerDotsetScriptSource, params: SetScriptSourceParameterType, callback: Function2[|[Error, Null], SetScriptSourceReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  215. def post_DebuggersetScriptSource(method: DebuggerDotsetScriptSource, params: SetScriptSourceParameterType): Unit
    Annotations
    @JSName("post")
  216. def post_DebuggersetScriptSource(method: DebuggerDotsetScriptSource, callback: Function2[|[Error, Null], SetScriptSourceReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  217. def post_DebuggersetScriptSource(method: DebuggerDotsetScriptSource): Unit

    Edits JavaScript source live.

    Edits JavaScript source live.

    Annotations
    @JSName("post")
  218. def post_DebuggersetSkipAllPauses(method: DebuggerDotsetSkipAllPauses, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  219. def post_DebuggersetSkipAllPauses(method: DebuggerDotsetSkipAllPauses, params: SetSkipAllPausesParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  220. def post_DebuggersetSkipAllPauses(method: DebuggerDotsetSkipAllPauses, params: SetSkipAllPausesParameterType): Unit
    Annotations
    @JSName("post")
  221. def post_DebuggersetSkipAllPauses(method: DebuggerDotsetSkipAllPauses, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  222. 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")
  223. def post_DebuggersetVariableValue(method: DebuggerDotsetVariableValue, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  224. def post_DebuggersetVariableValue(method: DebuggerDotsetVariableValue, params: SetVariableValueParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  225. def post_DebuggersetVariableValue(method: DebuggerDotsetVariableValue, params: SetVariableValueParameterType): Unit
    Annotations
    @JSName("post")
  226. def post_DebuggersetVariableValue(method: DebuggerDotsetVariableValue, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  227. 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")
  228. def post_DebuggerstepInto(method: DebuggerDotstepInto, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  229. def post_DebuggerstepInto(method: DebuggerDotstepInto, params: StepIntoParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  230. def post_DebuggerstepInto(method: DebuggerDotstepInto, params: StepIntoParameterType): Unit
    Annotations
    @JSName("post")
  231. def post_DebuggerstepInto(method: DebuggerDotstepInto, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  232. def post_DebuggerstepInto(method: DebuggerDotstepInto): Unit

    Steps into the function call.

    Steps into the function call.

    Annotations
    @JSName("post")
  233. def post_DebuggerstepOut(method: DebuggerDotstepOut, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  234. def post_DebuggerstepOut(method: DebuggerDotstepOut): Unit

    Steps out of the function call.

    Steps out of the function call.

    Annotations
    @JSName("post")
  235. def post_DebuggerstepOver(method: DebuggerDotstepOver, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  236. def post_DebuggerstepOver(method: DebuggerDotstepOver): Unit

    Steps over the statement.

    Steps over the statement.

    Annotations
    @JSName("post")
  237. def post_HeapProfileraddInspectedHeapObject(method: HeapProfilerDotaddInspectedHeapObject, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  238. def post_HeapProfileraddInspectedHeapObject(method: HeapProfilerDotaddInspectedHeapObject, params: AddInspectedHeapObjectParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  239. def post_HeapProfileraddInspectedHeapObject(method: HeapProfilerDotaddInspectedHeapObject, params: AddInspectedHeapObjectParameterType): Unit
    Annotations
    @JSName("post")
  240. def post_HeapProfileraddInspectedHeapObject(method: HeapProfilerDotaddInspectedHeapObject, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  241. 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")
  242. def post_HeapProfilercollectGarbage(method: HeapProfilerDotcollectGarbage, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  243. def post_HeapProfilercollectGarbage(method: HeapProfilerDotcollectGarbage): Unit
    Annotations
    @JSName("post")
  244. def post_HeapProfilerdisable(method: HeapProfilerDotdisable, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  245. def post_HeapProfilerdisable(method: HeapProfilerDotdisable): Unit
    Annotations
    @JSName("post")
  246. def post_HeapProfilerenable(method: HeapProfilerDotenable, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  247. def post_HeapProfilerenable(method: HeapProfilerDotenable): Unit
    Annotations
    @JSName("post")
  248. def post_HeapProfilergetHeapObjectId(method: HeapProfilerDotgetHeapObjectId, params: Unit, callback: Function2[|[Error, Null], GetHeapObjectIdReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  249. def post_HeapProfilergetHeapObjectId(method: HeapProfilerDotgetHeapObjectId, params: GetHeapObjectIdParameterType, callback: Function2[|[Error, Null], GetHeapObjectIdReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  250. def post_HeapProfilergetHeapObjectId(method: HeapProfilerDotgetHeapObjectId, params: GetHeapObjectIdParameterType): Unit
    Annotations
    @JSName("post")
  251. def post_HeapProfilergetHeapObjectId(method: HeapProfilerDotgetHeapObjectId, callback: Function2[|[Error, Null], GetHeapObjectIdReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  252. def post_HeapProfilergetHeapObjectId(method: HeapProfilerDotgetHeapObjectId): Unit
    Annotations
    @JSName("post")
  253. def post_HeapProfilergetObjectByHeapObjectId(method: HeapProfilerDotgetObjectByHeapObjectId, params: Unit, callback: Function2[|[Error, Null], GetObjectByHeapObjectIdReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  254. def post_HeapProfilergetObjectByHeapObjectId(method: HeapProfilerDotgetObjectByHeapObjectId, params: GetObjectByHeapObjectIdParameterType, callback: Function2[|[Error, Null], GetObjectByHeapObjectIdReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  255. def post_HeapProfilergetObjectByHeapObjectId(method: HeapProfilerDotgetObjectByHeapObjectId, params: GetObjectByHeapObjectIdParameterType): Unit
    Annotations
    @JSName("post")
  256. def post_HeapProfilergetObjectByHeapObjectId(method: HeapProfilerDotgetObjectByHeapObjectId, callback: Function2[|[Error, Null], GetObjectByHeapObjectIdReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  257. def post_HeapProfilergetObjectByHeapObjectId(method: HeapProfilerDotgetObjectByHeapObjectId): Unit
    Annotations
    @JSName("post")
  258. def post_HeapProfilergetSamplingProfile(method: HeapProfilerDotgetSamplingProfile, callback: Function2[|[Error, Null], GetSamplingProfileReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  259. def post_HeapProfilergetSamplingProfile(method: HeapProfilerDotgetSamplingProfile): Unit
    Annotations
    @JSName("post")
  260. def post_HeapProfilerstartSampling(method: HeapProfilerDotstartSampling, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  261. def post_HeapProfilerstartSampling(method: HeapProfilerDotstartSampling, params: StartSamplingParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  262. def post_HeapProfilerstartSampling(method: HeapProfilerDotstartSampling, params: StartSamplingParameterType): Unit
    Annotations
    @JSName("post")
  263. def post_HeapProfilerstartSampling(method: HeapProfilerDotstartSampling, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  264. def post_HeapProfilerstartSampling(method: HeapProfilerDotstartSampling): Unit
    Annotations
    @JSName("post")
  265. def post_HeapProfilerstartTrackingHeapObjects(method: HeapProfilerDotstartTrackingHeapObjects, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  266. def post_HeapProfilerstartTrackingHeapObjects(method: HeapProfilerDotstartTrackingHeapObjects, params: StartTrackingHeapObjectsParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  267. def post_HeapProfilerstartTrackingHeapObjects(method: HeapProfilerDotstartTrackingHeapObjects, params: StartTrackingHeapObjectsParameterType): Unit
    Annotations
    @JSName("post")
  268. def post_HeapProfilerstartTrackingHeapObjects(method: HeapProfilerDotstartTrackingHeapObjects, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  269. def post_HeapProfilerstartTrackingHeapObjects(method: HeapProfilerDotstartTrackingHeapObjects): Unit
    Annotations
    @JSName("post")
  270. def post_HeapProfilerstopSampling(method: HeapProfilerDotstopSampling, callback: Function2[|[Error, Null], StopSamplingReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  271. def post_HeapProfilerstopSampling(method: HeapProfilerDotstopSampling): Unit
    Annotations
    @JSName("post")
  272. def post_HeapProfilerstopTrackingHeapObjects(method: HeapProfilerDotstopTrackingHeapObjects, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  273. def post_HeapProfilerstopTrackingHeapObjects(method: HeapProfilerDotstopTrackingHeapObjects, params: StopTrackingHeapObjectsParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  274. def post_HeapProfilerstopTrackingHeapObjects(method: HeapProfilerDotstopTrackingHeapObjects, params: StopTrackingHeapObjectsParameterType): Unit
    Annotations
    @JSName("post")
  275. def post_HeapProfilerstopTrackingHeapObjects(method: HeapProfilerDotstopTrackingHeapObjects, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  276. def post_HeapProfilerstopTrackingHeapObjects(method: HeapProfilerDotstopTrackingHeapObjects): Unit
    Annotations
    @JSName("post")
  277. def post_HeapProfilertakeHeapSnapshot(method: HeapProfilerDottakeHeapSnapshot, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  278. def post_HeapProfilertakeHeapSnapshot(method: HeapProfilerDottakeHeapSnapshot, params: TakeHeapSnapshotParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  279. def post_HeapProfilertakeHeapSnapshot(method: HeapProfilerDottakeHeapSnapshot, params: TakeHeapSnapshotParameterType): Unit
    Annotations
    @JSName("post")
  280. def post_HeapProfilertakeHeapSnapshot(method: HeapProfilerDottakeHeapSnapshot, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  281. def post_HeapProfilertakeHeapSnapshot(method: HeapProfilerDottakeHeapSnapshot): Unit
    Annotations
    @JSName("post")
  282. def post_Profilerdisable(method: ProfilerDotdisable, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  283. def post_Profilerdisable(method: ProfilerDotdisable): Unit
    Annotations
    @JSName("post")
  284. def post_Profilerenable(method: ProfilerDotenable, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  285. def post_Profilerenable(method: ProfilerDotenable): Unit
    Annotations
    @JSName("post")
  286. def post_ProfilergetBestEffortCoverage(method: ProfilerDotgetBestEffortCoverage, callback: Function2[|[Error, Null], GetBestEffortCoverageReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  287. 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")
  288. def post_ProfilersetSamplingInterval(method: ProfilerDotsetSamplingInterval, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  289. def post_ProfilersetSamplingInterval(method: ProfilerDotsetSamplingInterval, params: SetSamplingIntervalParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  290. def post_ProfilersetSamplingInterval(method: ProfilerDotsetSamplingInterval, params: SetSamplingIntervalParameterType): Unit
    Annotations
    @JSName("post")
  291. def post_ProfilersetSamplingInterval(method: ProfilerDotsetSamplingInterval, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  292. 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")
  293. def post_Profilerstart(method: ProfilerDotstart, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  294. def post_Profilerstart(method: ProfilerDotstart): Unit
    Annotations
    @JSName("post")
  295. def post_ProfilerstartPreciseCoverage(method: ProfilerDotstartPreciseCoverage, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  296. def post_ProfilerstartPreciseCoverage(method: ProfilerDotstartPreciseCoverage, params: StartPreciseCoverageParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  297. def post_ProfilerstartPreciseCoverage(method: ProfilerDotstartPreciseCoverage, params: StartPreciseCoverageParameterType): Unit
    Annotations
    @JSName("post")
  298. def post_ProfilerstartPreciseCoverage(method: ProfilerDotstartPreciseCoverage, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  299. 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")
  300. def post_ProfilerstartTypeProfile(method: ProfilerDotstartTypeProfile, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  301. def post_ProfilerstartTypeProfile(method: ProfilerDotstartTypeProfile): Unit

    Enable type profile.

    Enable type profile.

    Annotations
    @JSName("post")
  302. def post_Profilerstop(method: ProfilerDotstop, callback: Function2[|[Error, Null], StopReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  303. def post_Profilerstop(method: ProfilerDotstop): Unit
    Annotations
    @JSName("post")
  304. def post_ProfilerstopPreciseCoverage(method: ProfilerDotstopPreciseCoverage, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  305. 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")
  306. def post_ProfilerstopTypeProfile(method: ProfilerDotstopTypeProfile, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  307. def post_ProfilerstopTypeProfile(method: ProfilerDotstopTypeProfile): Unit

    Disable type profile.

    Disable type profile. Disabling releases type profile data collected so far.

    Annotations
    @JSName("post")
  308. def post_ProfilertakePreciseCoverage(method: ProfilerDottakePreciseCoverage, callback: Function2[|[Error, Null], TakePreciseCoverageReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  309. 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")
  310. def post_ProfilertakeTypeProfile(method: ProfilerDottakeTypeProfile, callback: Function2[|[Error, Null], TakeTypeProfileReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  311. def post_ProfilertakeTypeProfile(method: ProfilerDottakeTypeProfile): Unit

    Collect type profile.

    Collect type profile.

    Annotations
    @JSName("post")
  312. def post_RuntimeawaitPromise(method: RuntimeDotawaitPromise, params: Unit, callback: Function2[|[Error, Null], AwaitPromiseReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  313. def post_RuntimeawaitPromise(method: RuntimeDotawaitPromise, params: AwaitPromiseParameterType, callback: Function2[|[Error, Null], AwaitPromiseReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  314. def post_RuntimeawaitPromise(method: RuntimeDotawaitPromise, params: AwaitPromiseParameterType): Unit
    Annotations
    @JSName("post")
  315. def post_RuntimeawaitPromise(method: RuntimeDotawaitPromise, callback: Function2[|[Error, Null], AwaitPromiseReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  316. 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")
  317. def post_RuntimecallFunctionOn(method: RuntimeDotcallFunctionOn, params: Unit, callback: Function2[|[Error, Null], CallFunctionOnReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  318. def post_RuntimecallFunctionOn(method: RuntimeDotcallFunctionOn, params: CallFunctionOnParameterType, callback: Function2[|[Error, Null], CallFunctionOnReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  319. def post_RuntimecallFunctionOn(method: RuntimeDotcallFunctionOn, params: CallFunctionOnParameterType): Unit
    Annotations
    @JSName("post")
  320. def post_RuntimecallFunctionOn(method: RuntimeDotcallFunctionOn, callback: Function2[|[Error, Null], CallFunctionOnReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  321. 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")
  322. def post_RuntimecompileScript(method: RuntimeDotcompileScript, params: Unit, callback: Function2[|[Error, Null], CompileScriptReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  323. def post_RuntimecompileScript(method: RuntimeDotcompileScript, params: CompileScriptParameterType, callback: Function2[|[Error, Null], CompileScriptReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  324. def post_RuntimecompileScript(method: RuntimeDotcompileScript, params: CompileScriptParameterType): Unit
    Annotations
    @JSName("post")
  325. def post_RuntimecompileScript(method: RuntimeDotcompileScript, callback: Function2[|[Error, Null], CompileScriptReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  326. def post_RuntimecompileScript(method: RuntimeDotcompileScript): Unit

    Compiles expression.

    Compiles expression.

    Annotations
    @JSName("post")
  327. def post_Runtimedisable(method: RuntimeDotdisable, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  328. def post_Runtimedisable(method: RuntimeDotdisable): Unit

    Disables reporting of execution contexts creation.

    Disables reporting of execution contexts creation.

    Annotations
    @JSName("post")
  329. def post_RuntimediscardConsoleEntries(method: RuntimeDotdiscardConsoleEntries, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  330. def post_RuntimediscardConsoleEntries(method: RuntimeDotdiscardConsoleEntries): Unit

    Discards collected exceptions and console API calls.

    Discards collected exceptions and console API calls.

    Annotations
    @JSName("post")
  331. def post_Runtimeenable(method: RuntimeDotenable, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  332. def post_Runtimeenable(method: RuntimeDotenable): Unit

    Enables reporting of execution contexts creation by means of executionContextCreated event.

    Enables reporting of execution contexts creation by means of executionContextCreated event. When the reporting gets enabled the event will be sent immediately for each existing execution context.

    Annotations
    @JSName("post")
  333. def post_Runtimeevaluate(method: RuntimeDotevaluate, params: Unit, callback: Function2[|[Error, Null], EvaluateReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  334. def post_Runtimeevaluate(method: RuntimeDotevaluate, params: EvaluateParameterType, callback: Function2[|[Error, Null], EvaluateReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  335. def post_Runtimeevaluate(method: RuntimeDotevaluate, params: EvaluateParameterType): Unit
    Annotations
    @JSName("post")
  336. def post_Runtimeevaluate(method: RuntimeDotevaluate, callback: Function2[|[Error, Null], EvaluateReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  337. def post_Runtimeevaluate(method: RuntimeDotevaluate): Unit

    Evaluates expression on global object.

    Evaluates expression on global object.

    Annotations
    @JSName("post")
  338. def post_RuntimegetProperties(method: RuntimeDotgetProperties, params: Unit, callback: Function2[|[Error, Null], GetPropertiesReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  339. def post_RuntimegetProperties(method: RuntimeDotgetProperties, params: GetPropertiesParameterType, callback: Function2[|[Error, Null], GetPropertiesReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  340. def post_RuntimegetProperties(method: RuntimeDotgetProperties, params: GetPropertiesParameterType): Unit
    Annotations
    @JSName("post")
  341. def post_RuntimegetProperties(method: RuntimeDotgetProperties, callback: Function2[|[Error, Null], GetPropertiesReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  342. 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")
  343. def post_RuntimeglobalLexicalScopeNames(method: RuntimeDotglobalLexicalScopeNames, params: Unit, callback: Function2[|[Error, Null], GlobalLexicalScopeNamesReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  344. def post_RuntimeglobalLexicalScopeNames(method: RuntimeDotglobalLexicalScopeNames, params: GlobalLexicalScopeNamesParameterType, callback: Function2[|[Error, Null], GlobalLexicalScopeNamesReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  345. def post_RuntimeglobalLexicalScopeNames(method: RuntimeDotglobalLexicalScopeNames, params: GlobalLexicalScopeNamesParameterType): Unit
    Annotations
    @JSName("post")
  346. def post_RuntimeglobalLexicalScopeNames(method: RuntimeDotglobalLexicalScopeNames, callback: Function2[|[Error, Null], GlobalLexicalScopeNamesReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  347. 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")
  348. def post_RuntimequeryObjects(method: RuntimeDotqueryObjects, params: Unit, callback: Function2[|[Error, Null], QueryObjectsReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  349. def post_RuntimequeryObjects(method: RuntimeDotqueryObjects, params: QueryObjectsParameterType, callback: Function2[|[Error, Null], QueryObjectsReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  350. def post_RuntimequeryObjects(method: RuntimeDotqueryObjects, params: QueryObjectsParameterType): Unit
    Annotations
    @JSName("post")
  351. def post_RuntimequeryObjects(method: RuntimeDotqueryObjects, callback: Function2[|[Error, Null], QueryObjectsReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  352. def post_RuntimequeryObjects(method: RuntimeDotqueryObjects): Unit
    Annotations
    @JSName("post")
  353. def post_RuntimereleaseObject(method: RuntimeDotreleaseObject, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  354. def post_RuntimereleaseObject(method: RuntimeDotreleaseObject, params: ReleaseObjectParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  355. def post_RuntimereleaseObject(method: RuntimeDotreleaseObject, params: ReleaseObjectParameterType): Unit
    Annotations
    @JSName("post")
  356. def post_RuntimereleaseObject(method: RuntimeDotreleaseObject, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  357. def post_RuntimereleaseObject(method: RuntimeDotreleaseObject): Unit

    Releases remote object with given id.

    Releases remote object with given id.

    Annotations
    @JSName("post")
  358. def post_RuntimereleaseObjectGroup(method: RuntimeDotreleaseObjectGroup, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  359. def post_RuntimereleaseObjectGroup(method: RuntimeDotreleaseObjectGroup, params: ReleaseObjectGroupParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  360. def post_RuntimereleaseObjectGroup(method: RuntimeDotreleaseObjectGroup, params: ReleaseObjectGroupParameterType): Unit
    Annotations
    @JSName("post")
  361. def post_RuntimereleaseObjectGroup(method: RuntimeDotreleaseObjectGroup, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  362. 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")
  363. def post_RuntimerunIfWaitingForDebugger(method: RuntimeDotrunIfWaitingForDebugger, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  364. 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")
  365. def post_RuntimerunScript(method: RuntimeDotrunScript, params: Unit, callback: Function2[|[Error, Null], RunScriptReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  366. def post_RuntimerunScript(method: RuntimeDotrunScript, params: RunScriptParameterType, callback: Function2[|[Error, Null], RunScriptReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  367. def post_RuntimerunScript(method: RuntimeDotrunScript, params: RunScriptParameterType): Unit
    Annotations
    @JSName("post")
  368. def post_RuntimerunScript(method: RuntimeDotrunScript, callback: Function2[|[Error, Null], RunScriptReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  369. 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")
  370. def post_RuntimesetCustomObjectFormatterEnabled(method: RuntimeDotsetCustomObjectFormatterEnabled, params: Unit, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  371. def post_RuntimesetCustomObjectFormatterEnabled(method: RuntimeDotsetCustomObjectFormatterEnabled, params: SetCustomObjectFormatterEnabledParameterType, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  372. def post_RuntimesetCustomObjectFormatterEnabled(method: RuntimeDotsetCustomObjectFormatterEnabled, params: SetCustomObjectFormatterEnabledParameterType): Unit
    Annotations
    @JSName("post")
  373. def post_RuntimesetCustomObjectFormatterEnabled(method: RuntimeDotsetCustomObjectFormatterEnabled, callback: Function1[|[Error, Null], Unit]): Unit
    Annotations
    @JSName("post")
  374. def post_RuntimesetCustomObjectFormatterEnabled(method: RuntimeDotsetCustomObjectFormatterEnabled): Unit

    Annotations
    @JSName("post")
  375. def post_SchemagetDomains(method: SchemaDotgetDomains, callback: Function2[|[Error, Null], GetDomainsReturnType, Unit]): Unit
    Annotations
    @JSName("post")
  376. def post_SchemagetDomains(method: SchemaDotgetDomains): Unit

    Returns supported domains.

    Returns supported domains.

    Annotations
    @JSName("post")
  377. def prependListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Session.this.type
  378. 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")
  379. 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")
  380. 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")
  381. 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")
  382. 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")
  383. 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")
  384. def prependListener_HeapProfileraddHeapSnapshotChunk(event: HeapProfilerDotaddHeapSnapshotChunk, listener: Function1[InspectorNotification[AddHeapSnapshotChunkEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("prependListener")
  385. 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")
  386. 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")
  387. def prependListener_HeapProfilerreportHeapSnapshotProgress(event: HeapProfilerDotreportHeapSnapshotProgress, listener: Function1[InspectorNotification[ReportHeapSnapshotProgressEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("prependListener")
  388. def prependListener_HeapProfilerresetProfiles(event: HeapProfilerDotresetProfiles, listener: Function0[Unit]): Session.this.type
    Annotations
    @JSName("prependListener")
  389. def prependListener_ProfilerconsoleProfileFinished(event: ProfilerDotconsoleProfileFinished, listener: Function1[InspectorNotification[ConsoleProfileFinishedEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("prependListener")
  390. 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")
  391. 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")
  392. 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")
  393. 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")
  394. 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")
  395. 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")
  396. 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")
  397. 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")
  398. 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")
  399. def prependOnceListener(event: scala.Predef.String, listener: Function1[Any, Unit]): Session.this.type
  400. 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")
  401. 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")
  402. 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")
  403. 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")
  404. 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")
  405. 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")
  406. def prependOnceListener_HeapProfileraddHeapSnapshotChunk(event: HeapProfilerDotaddHeapSnapshotChunk, listener: Function1[InspectorNotification[AddHeapSnapshotChunkEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("prependOnceListener")
  407. 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")
  408. 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")
  409. def prependOnceListener_HeapProfilerreportHeapSnapshotProgress(event: HeapProfilerDotreportHeapSnapshotProgress, listener: Function1[InspectorNotification[ReportHeapSnapshotProgressEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("prependOnceListener")
  410. def prependOnceListener_HeapProfilerresetProfiles(event: HeapProfilerDotresetProfiles, listener: Function0[Unit]): Session.this.type
    Annotations
    @JSName("prependOnceListener")
  411. def prependOnceListener_ProfilerconsoleProfileFinished(event: ProfilerDotconsoleProfileFinished, listener: Function1[InspectorNotification[ConsoleProfileFinishedEventDataType], Unit]): Session.this.type
    Annotations
    @JSName("prependOnceListener")
  412. 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")
  413. 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")
  414. 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")
  415. 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")
  416. 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")
  417. 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")
  418. 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")
  419. 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")
  420. 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")
  421. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  422. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  423. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  424. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  425. def valueOf(): Any
    Definition Classes
    Object
  426. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  427. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  428. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped