puppeteer/website/versioned_docs/version-16.2.0/api/puppeteer.jshandle.executioncontext.md
release-please[bot] 21cc961df9
chore(main): release 16.2.0 (#8808)
* chore(main): release 16.2.0

* chore: generate versioned docs

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2022-08-19 10:15:47 +02:00

294 B

sidebar_label
JSHandle.executionContext

JSHandle.executionContext() method

Signature:

class JSHandle {
  executionContext(): ExecutionContext;
}

Returns:

ExecutionContext

The execution context the handle belongs to.