mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
803 B
803 B
Home > puppeteer > Protocol > DOMStorage > StorageId
Protocol.DOMStorage.StorageId interface
DOM Storage identifier.
Signature:
export interface StorageId
Properties
Property | Type | Description |
---|---|---|
isLocalStorage | boolean | Whether the storage is local storage (not session storage). |
securityOrigin | string | Security origin for the storage. |