mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
803 B
Markdown
20 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) > [Storage](./puppeteer.protocol.storage.md) > [ClearDataForOriginRequest](./puppeteer.protocol.storage.cleardatafororiginrequest.md)
|
||
|
|
||
|
## Protocol.Storage.ClearDataForOriginRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface ClearDataForOriginRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [origin](./puppeteer.protocol.storage.cleardatafororiginrequest.origin.md) | string | Security origin. |
|
||
|
| [storageTypes](./puppeteer.protocol.storage.cleardatafororiginrequest.storagetypes.md) | string | Comma separated list of StorageType to clear. |
|
||
|
|