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

649 B

Home > puppeteer > Protocol > Runtime > PrivatePropertyDescriptor > set

Protocol.Runtime.PrivatePropertyDescriptor.set property

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

Signature:

set?: RemoteObject;