Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 302 Bytes

puppeteer.jshandle.executioncontext.md

File metadata and controls

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

JSHandle.executionContext() method

Returns the execution context the handle belongs to.

Signature:

class JSHandle {
  executionContext(): ExecutionContext;
}

Returns:

ExecutionContext