mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
803 B
Markdown
22 lines
803 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)
|
||
|
|
||
|
## 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. |
|
||
|
|