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

22 lines
803 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)
## Protocol.DOMStorage.StorageId interface
DOM Storage identifier.
<b>Signature:</b>
```typescript
export interface StorageId
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [isLocalStorage](./puppeteer.protocol.domstorage.storageid.islocalstorage.md) | boolean | Whether the storage is local storage (not session storage). |
| [securityOrigin](./puppeteer.protocol.domstorage.storageid.securityorigin.md) | string | Security origin for the storage. |