Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias default.Storage.StorageType
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { StorageType } = default.Storage;

Enum of possible storage types.

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