649 B
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;