Skip to main content
Module

x/astral/bindings/celestial.ts>Storage_StorageType

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

Enum of possible storage types.

definition:
| "appcache"
| "cookies"
| "file_systems"
| "indexeddb"
| "local_storage"
| "shader_cache"
| "websql"
| "service_workers"
| "cache_storage"
| "interest_groups"
| "shared_storage"
| "storage_buckets"
| "all"
| "other"