Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 732 Bytes

puppeteer.jshandle._constructor_.md

File metadata and controls

22 lines (14 loc) · 732 Bytes

Home > puppeteer > JSHandle > (constructor)

JSHandle.(constructor)

Constructs a new instance of the JSHandle class

Signature:

constructor(context: ExecutionContext, client: CDPSession, remoteObject: Protocol.Runtime.RemoteObject);

Parameters

Parameter Type Description
context ExecutionContext
client CDPSession
remoteObject Protocol.Runtime.RemoteObject