Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 579 Bytes

puppeteer.webworker.executioncontext.md

File metadata and controls

19 lines (11 loc) · 579 Bytes

Home > puppeteer > WebWorker > executionContext

WebWorker.executionContext() method

Returns the ExecutionContext the WebWorker runs in

Signature:

executionContext(): Promise<ExecutionContext>;

Returns:

Promise<ExecutionContext>

The ExecutionContext the web worker runs in.