Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 294 Bytes

puppeteer.jshandle.executioncontext.md

File metadata and controls

19 lines (13 loc) · 294 Bytes
sidebar_label
JSHandle.executionContext

JSHandle.executionContext() method

Signature:

class JSHandle {
  executionContext(): ExecutionContext;
}

Returns:

ExecutionContext

The execution context the handle belongs to.