JSHandle.remoteObject() 方法
¥JSHandle.remoteObject() method
提供对支持该句柄的 Protocol.Runtime.RemoteObject 的访问。
¥Provides access to the Protocol.Runtime.RemoteObject backing this handle.
签名
¥Signature
class JSHandle {
abstract remoteObject(): Protocol.Runtime.RemoteObject;
}
Returns:
Protocol.Runtime.RemoteObject