puppeteer/new-docs/puppeteer.protocol.storage.getusageandquotaresponse.usage.md

14 lines
541 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; [GetUsageAndQuotaResponse](./puppeteer.protocol.storage.getusageandquotaresponse.md) &gt; [usage](./puppeteer.protocol.storage.getusageandquotaresponse.usage.md)
## Protocol.Storage.GetUsageAndQuotaResponse.usage property
Storage usage (bytes).
<b>Signature:</b>
```typescript
usage: number;
```