puppeteer/new-docs/puppeteer.protocol.storage.cleardatafororiginrequest.md

20 lines
803 B
Markdown
Raw Normal View History

<!-- 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; [Storage](./puppeteer.protocol.storage.md) &gt; [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. |