puppeteer/website/versioned_docs/version-21.0.3/api/puppeteer.jshandle.remoteobject.md
release-please[bot] 6d7ea9e105
chore: release main (#10721)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-08-11 07:58:27 +02:00

388 B

sidebar_label
JSHandle.remoteObject

JSHandle.remoteObject() method

Provides access to the Protocol.Runtime.RemoteObject backing this handle.

Signature:

class JSHandle {
  remoteObject(): Protocol.Runtime.RemoteObject;
}

Returns:

Protocol.Runtime.RemoteObject