JSHandle.remoteObject() 方法
提供對支援此 handle 的 Protocol.Runtime.RemoteObject 的存取權。
簽名
class JSHandle {
abstract remoteObject(): Protocol.Runtime.RemoteObject;
}
回傳
Protocol.Runtime.RemoteObject
提供對支援此 handle 的 Protocol.Runtime.RemoteObject 的存取權。
class JSHandle {
abstract remoteObject(): Protocol.Runtime.RemoteObject;
}
回傳
Protocol.Runtime.RemoteObject