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

570 B

Home > puppeteer > Protocol > DOMStorage > StorageId > isLocalStorage

Protocol.DOMStorage.StorageId.isLocalStorage property

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

Signature:

isLocalStorage: boolean;