Package-level declarations

Types

Link copied to clipboard
external interface AwaitPromiseParameterType
Link copied to clipboard
external interface AwaitPromiseReturnType
Link copied to clipboard
external interface CallArgument

Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified.

Link copied to clipboard
external interface CallFrame

Stack entry for runtime errors and assertions.

Link copied to clipboard
external interface CallFunctionOnParameterType
Link copied to clipboard
external interface CallFunctionOnReturnType
Link copied to clipboard
external interface CompileScriptParameterType
Link copied to clipboard
external interface CompileScriptReturnType
Link copied to clipboard
Link copied to clipboard
external interface CustomPreview
Link copied to clipboard
external interface EntryPreview
Link copied to clipboard
external interface EvaluateParameterType
Link copied to clipboard
external interface EvaluateReturnType
Link copied to clipboard
external interface ExceptionDetails

Detailed information about exception (or error) that was thrown during script compilation or execution.

Link copied to clipboard
Link copied to clipboard
external interface ExceptionThrownEventDataType
Link copied to clipboard
external interface ExecutionContextDescription

Description of an isolated world.

Link copied to clipboard

Id of an execution context.

Link copied to clipboard
external interface GetPropertiesParameterType
Link copied to clipboard
external interface GetPropertiesReturnType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
external interface InternalPropertyDescriptor

Object internal property descriptor. This property isn't normally visible in JavaScript code.

Link copied to clipboard
external interface ObjectPreview

Object containing abbreviated remote object value.

Link copied to clipboard
external interface PropertyDescriptor

Object property descriptor.

Link copied to clipboard
external interface PropertyPreview
Link copied to clipboard
external interface QueryObjectsParameterType
Link copied to clipboard
external interface QueryObjectsReturnType
Link copied to clipboard
Link copied to clipboard
external interface ReleaseObjectParameterType
Link copied to clipboard
external interface RemoteObject

Mirror object referencing original JavaScript object.

Link copied to clipboard

Unique object identifier.

Link copied to clipboard
external interface RunScriptParameterType
Link copied to clipboard
external interface RunScriptReturnType
Link copied to clipboard
typealias ScriptId = String

Unique script identifier.

Link copied to clipboard
external interface StackTrace

Call frames for assertions or error messages.

Link copied to clipboard
external interface StackTraceId

If debuggerId is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See Runtime.StackTrace and Debugger.paused for usages.

Link copied to clipboard
typealias Timestamp = Double

Number of milliseconds since epoch.

Link copied to clipboard

Unique identifier of current debugger.

Link copied to clipboard

Primitive value which cannot be JSON-stringified.