BindingCalled |
Notification is issued every time when binding is called.
|
CallArgument |
Represents function call argument.
|
CallFrame |
Stack entry for runtime errors and assertions.
|
ConsoleAPICalled |
Issued when console API was called.
|
CustomPreview |
|
EntryPreview |
|
ExceptionDetails |
Detailed information about exception (or error) that was thrown during script compilation or
execution.
|
ExceptionRevoked |
Issued when unhandled exception was revoked.
|
ExceptionThrown |
Issued when exception was thrown and unhandled.
|
ExecutionContextDescription |
Description of an isolated world.
|
ExecutionContextId |
Id of an execution context.
|
InspectRequested |
Issued when object should be inspected (for example, as a result of inspect() command line API
call).
|
InternalPropertyDescriptor |
Object internal property descriptor.
|
ObjectPreview |
Object containing abbreviated remote object value.
|
PrivatePropertyDescriptor |
Object private field descriptor.
|
PropertyDescriptor |
Object property descriptor.
|
PropertyPreview |
|
RemoteObject |
Mirror object referencing original JavaScript object.
|
RemoteObjectId |
Unique object identifier.
|
ScriptId |
Unique script identifier.
|
StackTrace |
Call frames for assertions or error messages.
|
StackTraceId |
If `debuggerId` is set stack trace comes from another debugger and can be resolved there.
|
TimeDelta |
Number of milliseconds.
|
Timestamp |
Number of milliseconds since epoch.
|
UniqueDebuggerId |
Unique identifier of current debugger.
|
UnserializableValue |
Primitive value which cannot be JSON-stringified.
|
WebDriverValue |
Represents the value serialiazed by the WebDriver BiDi specification
https://w3c.github.io/webdriver-bidi.
|