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