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

595 B

Home > puppeteer > Protocol > Runtime > PropertyDescriptor > writable

Protocol.Runtime.PropertyDescriptor.writable property

True if the value associated with the property may be changed (data descriptors only).

Signature:

writable?: boolean;