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

DOM Storage identifier.

Properties

securityOrigin: string

Security origin for the storage.

isLocalStorage: boolean

Whether the storage is local storage (not session storage).