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

14 lines
570 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOMStorage](./puppeteer.protocol.domstorage.md) &gt; [StorageId](./puppeteer.protocol.domstorage.storageid.md) &gt; [isLocalStorage](./puppeteer.protocol.domstorage.storageid.islocalstorage.md)
## Protocol.DOMStorage.StorageId.isLocalStorage property
Whether the storage is local storage (not session storage).
<b>Signature:</b>
```typescript
isLocalStorage: boolean;
```