R
I

MemoryInfo

testeddemo

Non-standard `performance.memory` heap statistics.

Demo

Loading demo…

Signature

ts
interface MemoryInfo

Properties

PropertyTypeDescription
jsHeapSizeLimitreadonlynumberThe maximum size of the heap, in bytes, that is available to the context.
totalJSHeapSizereadonlynumberThe total allocated heap size, in bytes.
usedJSHeapSizereadonlynumberThe currently active segment of JS heap, in bytes.
[Symbol.toStringTag]"MemoryInfo"