From d4625fc3adef7da9a077b195800094d03488c50c Mon Sep 17 00:00:00 2001 From: t7yang Date: Fri, 28 May 2021 22:17:15 +0800 Subject: remove bcd paragraph for zh-CN --- files/zh-cn/web/javascript/reference/global_objects/atomics/index.html | 2 -- .../web/javascript/reference/global_objects/atomics/load/index.html | 2 -- .../web/javascript/reference/global_objects/atomics/store/index.html | 2 -- .../web/javascript/reference/global_objects/atomics/wait/index.html | 2 -- 4 files changed, 8 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/atomics') diff --git a/files/zh-cn/web/javascript/reference/global_objects/atomics/index.html b/files/zh-cn/web/javascript/reference/global_objects/atomics/index.html index b00344ba74..adc026a104 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/atomics/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/atomics/index.html @@ -135,8 +135,6 @@ Atomics.notify(int32, 0, 1);

浏览器兼容性

- -

{{Compat("javascript.builtins.Atomics")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/atomics/load/index.html b/files/zh-cn/web/javascript/reference/global_objects/atomics/load/index.html index 2129a3a4ab..c3d37d1dcb 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/atomics/load/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/atomics/load/index.html @@ -64,8 +64,6 @@ Atomics.load(ta, 0); // 12

浏览器兼容

- -

{{Compat("javascript.builtins.Atomics.load")}}

参阅

diff --git a/files/zh-cn/web/javascript/reference/global_objects/atomics/store/index.html b/files/zh-cn/web/javascript/reference/global_objects/atomics/store/index.html index bfc5a03982..9a7d52228c 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/atomics/store/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/atomics/store/index.html @@ -65,8 +65,6 @@ Atomics.store(ta, 0, 12); // 12

浏览器兼容性

- -

{{Compat("javascript.builtins.Atomics.store")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/atomics/wait/index.html b/files/zh-cn/web/javascript/reference/global_objects/atomics/wait/index.html index 6a14b9260a..14696990a1 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/atomics/wait/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/atomics/wait/index.html @@ -83,8 +83,6 @@ Atomics.notify(int32, 0, 1);

浏览器支持

- -

{{Compat("javascript.builtins.Atomics.wait")}}

相关参阅

-- cgit v1.2.3-54-g00ecf