Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>Runtime_InternalPropertyDescriptor

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

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

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