struct Protocol::Runtime::ExecutionContextDescription
- Protocol::Runtime::ExecutionContextDescription
- Struct
- Value
- Object
Overview
Description of an isolated world.
Included Modules
- JSON::Serializable
Defined in:
protocol/runtime.crConstructors
Instance Method Summary
-
#aux_data : JSON::Any | Nil
Embedder-specific auxiliary data.
-
#id : ExecutionContextId
Unique id of the execution context.
-
#name : String
Human readable name describing given context.
-
#origin : String
Execution context origin.
-
#unique_id : String
A system-unique execution context identifier.
Constructor Detail
Instance Method Detail
def id : ExecutionContextId
#
Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.
def unique_id : String
#
A system-unique execution context identifier. Unlike the id, this is unique across multiple processes, so can be reliably used to identify specific context while backend performs a cross-process navigation.