puppeteer/new-docs/puppeteer.protocol.domstorage.storageid.md
2020-07-13 14:01:35 +01:00

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.