Skip to main content

WebWorker.executionContext() method

Returns the ExecutionContext the WebWorker runs in

Signature:

executionContext(): Promise<ExecutionContext>;

Returns:

Promise<ExecutionContext>

The ExecutionContext the web worker runs in.