puppeteer/new-docs/puppeteer.protocol.runtime.propertydescriptor.get.md
2020-07-13 14:01:35 +01:00

613 B

Home > puppeteer > Protocol > Runtime > PropertyDescriptor > get

Protocol.Runtime.PropertyDescriptor.get property

A function which serves as a getter for the property, or undefined if there is no getter (accessor descriptors only).

Signature:

get?: RemoteObject;