Skip to main content
Module

x/astral/bindings/celestial.ts>Runtime_InternalPropertyDescriptor

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Runtime_InternalPropertyDescriptor
import { type Runtime_InternalPropertyDescriptor } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

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

definition: { name: string; value?: Runtime_RemoteObject; }