puppeteer/new-docs/puppeteer.protocol.runtime.getheapusageresponse.usedsize.md

14 lines
539 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; [Runtime](./puppeteer.protocol.runtime.md) &gt; [GetHeapUsageResponse](./puppeteer.protocol.runtime.getheapusageresponse.md) &gt; [usedSize](./puppeteer.protocol.runtime.getheapusageresponse.usedsize.md)
## Protocol.Runtime.GetHeapUsageResponse.usedSize property
Used heap size in bytes.
<b>Signature:</b>
```typescript
usedSize: number;
```