Home > puppeteer > Protocol > Runtime > PrivatePropertyDescriptor > get
Protocol.Runtime.PrivatePropertyDescriptor.get property
A function which serves as a getter for the private property, or undefined
if there is no getter (accessor descriptors only).
Signature:
get?: RemoteObject;