mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
570 B
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;