JsHandle constructor

JsHandle(
  1. ExecutionContext executionContext,
  2. RemoteObject remoteObject
)

Implementation

JsHandle(this.executionContext, this.remoteObject);