puppeteer/new-docs/puppeteer.protocol.runtime.getheapusageresponse.md
2020-07-13 14:01:35 +01:00

763 B

Home > puppeteer > Protocol > Runtime > GetHeapUsageResponse

Protocol.Runtime.GetHeapUsageResponse interface

Signature:

export interface GetHeapUsageResponse 

Properties

Property Type Description
totalSize number Allocated heap size in bytes.
usedSize number Used heap size in bytes.