--- title: Performance.memory slug: Web/API/Performance/memory translation_of: Web/API/Performance/memory original_slug: Web/API/Performance/内存 ---

{{APIRef}}

语法

timingInfo = performance.memory

属性

jsHeapSizeLimit
上下文内可用堆的最大体积,以字节计算。
totalJSHeapSize
 已分配的堆体积,以字节计算。
usedJSHeapSize
当前 JS 堆活跃段(segment)的体积,以字节计算。

规范

无。

浏览器兼容性

{{Compat("api.Performance.memory")}}

查看更多