19 lines
644 B
Markdown
19 lines
644 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) > [ClearRequest](./puppeteer.protocol.domstorage.clearrequest.md)
|
||
|
|
||
|
## Protocol.DOMStorage.ClearRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface ClearRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [storageId](./puppeteer.protocol.domstorage.clearrequest.storageid.md) | [StorageId](./puppeteer.protocol.domstorage.storageid.md) | |
|
||
|
|