Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface default.Runtime.InternalPropertyDescriptor
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { InternalPropertyDescriptor } = default.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.