Skip to main content
Module

x/astral/bindings/celestial.ts>Storage_SharedStorageAccessParams

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

Bundles the parameters for shared storage access events whose presence/absence can vary according to SharedStorageAccessType.

definition: { scriptSourceUrl?: string; operationName?: string; serializedData?: string; urlsWithMetadata?: Storage_SharedStorageUrlWithMetadata[]; key?: string; value?: string; ignoreIfPresent?: boolean; }