From 310fd066e91f454b990372ffa30e803cc8120975 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:56:40 +0100 Subject: unslug zh-cn: move --- files/zh-cn/web/api/performance/memory/index.html | 42 ++++++++++++++++++++++ .../\345\206\205\345\255\230/index.html" | 42 ---------------------- 2 files changed, 42 insertions(+), 42 deletions(-) create mode 100644 files/zh-cn/web/api/performance/memory/index.html delete mode 100644 "files/zh-cn/web/api/performance/\345\206\205\345\255\230/index.html" (limited to 'files/zh-cn/web/api/performance') diff --git a/files/zh-cn/web/api/performance/memory/index.html b/files/zh-cn/web/api/performance/memory/index.html new file mode 100644 index 0000000000..e9f5047d4e --- /dev/null +++ b/files/zh-cn/web/api/performance/memory/index.html @@ -0,0 +1,42 @@ +--- +title: Performance.memory +slug: Web/API/Performance/内存 +translation_of: Web/API/Performance/memory +--- +

{{APIRef}}

+ +

语法

+ +
timingInfo = performance.memory
+ +

属性

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

规范

+ +

无。

+ +

浏览器兼容性

+ +
+ + +

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

+
+ +

查看更多

+ + diff --git "a/files/zh-cn/web/api/performance/\345\206\205\345\255\230/index.html" "b/files/zh-cn/web/api/performance/\345\206\205\345\255\230/index.html" deleted file mode 100644 index e9f5047d4e..0000000000 --- "a/files/zh-cn/web/api/performance/\345\206\205\345\255\230/index.html" +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: Performance.memory -slug: Web/API/Performance/内存 -translation_of: Web/API/Performance/memory ---- -

{{APIRef}}

- -

语法

- -
timingInfo = performance.memory
- -

属性

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

规范

- -

无。

- -

浏览器兼容性

- -
- - -

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

-
- -

查看更多

- - -- cgit v1.2.3-54-g00ecf