Module runtime

Module runtime 

Source
Expand description

Runtime domain types.

The Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects.

Structs§

EvaluateParams
Parameters for Runtime.evaluate.
EvaluateResult
Result of Runtime.evaluate.
ExceptionDetails
Exception details.
ExecutionContextCreatedEvent
Event: Runtime.executionContextCreated
ExecutionContextDescription
Execution context description.
ExecutionContextDestroyedEvent
Event: Runtime.executionContextDestroyed
RemoteObject
Remote object value.

Type Aliases§

ExecutionContextId
Unique execution context identifier.
ScriptId
Unique script identifier.