Skip to main content
Module

x/astral/bindings/celestial.ts>DOMStorage_StorageId

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

DOM Storage identifier.

definition: { securityOrigin?: string; storageKey?: DOMStorage_SerializedStorageKey; isLocalStorage: boolean; }