Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Runtime.InternalPropertyDescriptor

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Runtime.InternalPropertyDescriptor
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { InternalPropertyDescriptor } = Protocol.Runtime;

Object internal property descriptor. This property isn't normally visible in JavaScript code.

Properties

name: string

Conventional property name.

optional
value: RemoteObject

The value associated with the property.