14 lines
570 B
Markdown
14 lines
570 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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).
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
isLocalStorage: boolean;
|
|
```
|