Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>Protocol.Storage.StorageType

Headless Chrome Deno API
Latest
type alias Protocol.Storage.StorageType
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { StorageType } = Protocol.Storage;

Enum of possible storage types.

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