mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
302 B
302 B
sidebar_label |
---|
JSHandle.executionContext |
JSHandle.executionContext() method
Returns the execution context the handle belongs to.
Signature:
class JSHandle {
executionContext(): ExecutionContext;
}
Returns: