[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMStorage](./puppeteer.protocol.domstorage.md) > [StorageId](./puppeteer.protocol.domstorage.storageid.md) > [isLocalStorage](./puppeteer.protocol.domstorage.storageid.islocalstorage.md) ## Protocol.DOMStorage.StorageId.isLocalStorage property Whether the storage is local storage (not session storage). Signature: ```typescript isLocalStorage: boolean; ```