mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
803 B
803 B
Home > puppeteer > Protocol > Storage > ClearDataForOriginRequest
Protocol.Storage.ClearDataForOriginRequest interface
Signature:
export interface ClearDataForOriginRequest
Properties
| Property | Type | Description |
|---|---|---|
| origin | string | Security origin. |
| storageTypes | string | Comma separated list of StorageType to clear. |