Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 397 Bytes

puppeteer.jshandle.remoteobject.md

File metadata and controls

19 lines (13 loc) · 397 Bytes
sidebar_label
JSHandle.remoteObject

JSHandle.remoteObject() method

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

Signature:

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

Returns:

Protocol.Runtime.RemoteObject