mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
969 B
969 B
Home > puppeteer > Protocol > Storage > GetUsageAndQuotaResponse
Protocol.Storage.GetUsageAndQuotaResponse interface
Signature:
export interface GetUsageAndQuotaResponse
Properties
Property | Type | Description |
---|---|---|
quota | number | Storage quota (bytes). |
usage | number | Storage usage (bytes). |
usageBreakdown | UsageForType[] | Storage usage per type (bytes). |