Bun

interface

inspector.Runtime.ExecutionContextDescription

interface ExecutionContextDescription

Description of an isolated world.

  • auxData?: object

    Embedder-specific auxiliary data.

  • id: number

    Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.

  • name: string

    Human readable name describing given context.

  • origin: string

    Execution context origin.