Skip to main content
Go to Latest
interface Protocol.DOMStorage.StorageId
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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).