Skip to main content
Module

x/astral/bindings/celestial.ts>Storage_SharedStorageAccessType

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

Enum of shared storage access types.

definition:
| "documentAddModule"
| "documentSelectURL"
| "documentRun"
| "documentSet"
| "documentAppend"
| "documentDelete"
| "documentClear"
| "workletSet"
| "workletAppend"
| "workletDelete"
| "workletClear"
| "workletGet"
| "workletKeys"
| "workletEntries"
| "workletLength"
| "workletRemainingBudget"