Expand description
Runtime domain types.
The Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects.
Structs§
- Evaluate
Params - Parameters for Runtime.evaluate.
- Evaluate
Result - Result of Runtime.evaluate.
- Exception
Details - Exception details.
- Execution
Context Created Event - Event: Runtime.executionContextCreated
- Execution
Context Description - Execution context description.
- Execution
Context Destroyed Event - Event: Runtime.executionContextDestroyed
- Remote
Object - Remote object value.
Type Aliases§
- Execution
Context Id - Unique execution context identifier.
- Script
Id - Unique script identifier.