JSHandle.remoteObject() 方法
提供对支持此句柄的 Protocol.Runtime.RemoteObject 的访问。
签名:
class JSHandle {
abstract remoteObject(): Protocol.Runtime.RemoteObject;
}
返回
Protocol.Runtime.RemoteObject
提供对支持此句柄的 Protocol.Runtime.RemoteObject 的访问。
class JSHandle {
abstract remoteObject(): Protocol.Runtime.RemoteObject;
}
返回
Protocol.Runtime.RemoteObject