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;
}
返回:
Protocol.Runtime.RemoteObject