Bun

interface

inspector.Runtime.CompileScriptParameterType

interface CompileScriptParameterType

  • executionContextId?: number

    Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.

  • expression: string

    Expression to compile.

  • persistScript: boolean

    Specifies whether the compiled script should be persisted.

  • sourceURL: string

    Source url to be set for the script.