I
MemoryInfo
testeddemoNon-standard `performance.memory` heap statistics.
Demo
Loading demo…
Signature
ts
interface MemoryInfoProperties
| Property | Type | Description |
|---|---|---|
jsHeapSizeLimitreadonly | number | The maximum size of the heap, in bytes, that is available to the context. |
totalJSHeapSizereadonly | number | The total allocated heap size, in bytes. |
usedJSHeapSizereadonly | number | The currently active segment of JS heap, in bytes. |
[Symbol.toStringTag] | "MemoryInfo" | — |