import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { PrivatePropertyDescriptor } = Protocol.Runtime;
Object private field descriptor.
Properties
optional
value: RemoteObjectThe value associated with the private property.
optional
get: RemoteObjectA function which serves as a getter for the private property,
or undefined
if there is no getter (accessor descriptors only).
optional
set: RemoteObjectA function which serves as a setter for the private property,
or undefined
if there is no setter (accessor descriptors only).