Skip to main content
Module

x/astral/bindings/celestial.ts>DOMSnapshot_DocumentSnapshot

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

Document snapshot.

definition: { documentURL: DOMSnapshot_StringIndex; title: DOMSnapshot_StringIndex; baseURL: DOMSnapshot_StringIndex; contentLanguage: DOMSnapshot_StringIndex; encodingName: DOMSnapshot_StringIndex; publicId: DOMSnapshot_StringIndex; systemId: DOMSnapshot_StringIndex; frameId: DOMSnapshot_StringIndex; nodes: DOMSnapshot_NodeTreeSnapshot; layout: DOMSnapshot_LayoutTreeSnapshot; textBoxes: DOMSnapshot_TextBoxSnapshot; scrollOffsetX?: number; scrollOffsetY?: number; contentWidth?: number; contentHeight?: number; }