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

649 B

Home > puppeteer > Protocol > Runtime > PropertyDescriptor > configurable

Protocol.Runtime.PropertyDescriptor.configurable property

True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.

Signature:

configurable: boolean;