import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { PropertyDescriptor } = default.Runtime;
Object property descriptor.
Properties
The value associated with the property.
True if the value associated with the property may be changed (data descriptors only).
A function which serves as a getter for the property, or undefined
if there is no getter
(accessor descriptors only).
A function which serves as a setter for the property, or undefined
if there is no setter
(accessor descriptors only).
True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
True if this property shows up during enumeration of the properties on the corresponding object.
Property symbol object, if the property is of the symbol
type.