Package-level declarations

Types

Link copied to clipboard
sealed external interface AwaitPromiseParameterType
Link copied to clipboard
sealed external interface AwaitPromiseReturnType
Link copied to clipboard
sealed 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
sealed external interface CallFrame

Stack entry for runtime errors and assertions.

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

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

Link copied to clipboard
sealed external interface ExceptionRevokedEventDataType
Link copied to clipboard
sealed external interface ExceptionThrownEventDataType
Link copied to clipboard
sealed external interface ExecutionContextCreatedEventDataType
Link copied to clipboard
sealed external interface ExecutionContextDescription

Description of an isolated world.

Link copied to clipboard
sealed external interface ExecutionContextDestroyedEventDataType
Link copied to clipboard

Id of an execution context.

Link copied to clipboard
sealed external interface GetPropertiesParameterType
Link copied to clipboard
sealed external interface GetPropertiesReturnType
Link copied to clipboard
sealed external interface GlobalLexicalScopeNamesParameterType
Link copied to clipboard
sealed external interface GlobalLexicalScopeNamesReturnType
Link copied to clipboard
sealed external interface InspectRequestedEventDataType
Link copied to clipboard
sealed external interface InternalPropertyDescriptor

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

Link copied to clipboard
sealed external interface ObjectPreview

Object containing abbreviated remote object value.

Link copied to clipboard
sealed external interface PropertyDescriptor

Object property descriptor.

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

Mirror object referencing original JavaScript object.

Link copied to clipboard

Unique object identifier.

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

Unique script identifier.

Link copied to clipboard
sealed external interface StackTrace

Call frames for assertions or error messages.

Link copied to clipboard
sealed 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.