JSHandle.remoteObject() method
Provides access to [Protocol.Runtime.RemoteObject](https://chromedevtools.github.io/devtools-protocol/tot/Runtime/\#type-RemoteObject) backing this JSHandle.
Signature:
class JSHandle {
remoteObject(): Protocol.Runtime.RemoteObject;
}
Returns:
Protocol.Runtime.RemoteObject