Skip to main content
Version: Next

Frame.executionContext() method

Warning: This API is now obsolete.

Do not use the execution context directly.

Signature:

class Frame {
executionContext(): Promise<ExecutionContext>;
}

Returns:

Promise<ExecutionContext>

a promise that resolves to the frame's default execution context.