From c836bcfa33f859deddb9c2a4afb79e7e106e3d29 Mon Sep 17 00:00:00 2001 From: t7yang Date: Thu, 24 Jun 2021 00:53:12 +0800 Subject: remove hidden bcd for zh-CN --- .../web/javascript/reference/global_objects/array/concat/index.html | 4 ---- .../javascript/reference/global_objects/array/findindex/index.html | 4 ---- .../javascript/reference/global_objects/array/flatmap/index.html | 4 ---- .../web/javascript/reference/global_objects/arraybuffer/index.html | 4 ---- .../web/javascript/reference/global_objects/decodeuri/index.html | 4 ---- .../web/javascript/reference/global_objects/evalerror/index.html | 4 ---- .../javascript/reference/global_objects/function/apply/index.html | 4 ---- .../web/javascript/reference/global_objects/math/clz32/index.html | 4 ---- .../javascript/reference/global_objects/object/issealed/index.html | 4 ---- .../reference/global_objects/object/setprototypeof/index.html | 4 ---- .../javascript/reference/global_objects/object/valueof/index.html | 4 ---- .../web/javascript/reference/global_objects/parseint/index.html | 4 ---- files/zh-cn/web/javascript/reference/global_objects/set/index.html | 4 ---- .../web/javascript/reference/global_objects/set/size/index.html | 4 ---- .../reference/global_objects/sharedarraybuffer/index.html | 4 ---- .../javascript/reference/global_objects/string/endswith/index.html | 4 ---- .../web/javascript/reference/global_objects/typeerror/index.html | 6 ------ .../web/javascript/reference/global_objects/uint32array/index.html | 4 ---- .../web/javascript/reference/global_objects/weakset/index.html | 4 ---- .../reference/global_objects/webassembly/instance/index.html | 4 ---- 20 files changed, 82 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects') diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/concat/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/concat/index.html index 22911acb9d..4541912a76 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/array/concat/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/array/concat/index.html @@ -141,10 +141,6 @@ console.log(nums);

浏览器兼容

- -

{{Compat("javascript.builtins.Array.concat")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/findindex/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/findindex/index.html index bd7e039dd0..9a58426f8d 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/array/findindex/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/array/findindex/index.html @@ -151,10 +151,6 @@ if (!Array.prototype.findIndex) {

浏览器兼容

- -

{{Compat("javascript.builtins.Array.findIndex")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/array/flatmap/index.html b/files/zh-cn/web/javascript/reference/global_objects/array/flatmap/index.html index 9099d44001..001ea6c5a9 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/array/flatmap/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/array/flatmap/index.html @@ -133,10 +133,6 @@ arr.reduce((acc, x) => acc.concat([x, x * 2]), []);

浏览器兼容性

- -

{{Compat("javascript.builtins.Array.flatMap")}}

参见

diff --git a/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html b/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html index a98aca4290..a136334b41 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/arraybuffer/index.html @@ -137,10 +137,6 @@ var view = new Int32Array(buffer);

浏览器兼容性

- -

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

兼容性提醒

diff --git a/files/zh-cn/web/javascript/reference/global_objects/decodeuri/index.html b/files/zh-cn/web/javascript/reference/global_objects/decodeuri/index.html index c3cd66adae..ca777f1f3c 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/decodeuri/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/decodeuri/index.html @@ -95,10 +95,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/decodeURI

浏览器兼容性

- -

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


diff --git a/files/zh-cn/web/javascript/reference/global_objects/evalerror/index.html b/files/zh-cn/web/javascript/reference/global_objects/evalerror/index.html index 85eebfa1ce..5bad3a497f 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/evalerror/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/evalerror/index.html @@ -101,10 +101,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/EvalError

浏览器兼容性

- -

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

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/function/apply/index.html b/files/zh-cn/web/javascript/reference/global_objects/function/apply/index.html index de53da11e7..3e87c9ded3 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/function/apply/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/function/apply/index.html @@ -202,10 +202,6 @@ console.log(myInstance.constructor);              // logs "MyConstructor"

浏览器兼容性

- -

{{Compat("javascript.builtins.Function.apply")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/math/clz32/index.html b/files/zh-cn/web/javascript/reference/global_objects/math/clz32/index.html index 76501c5be5..ec23e5ab09 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/math/clz32/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/math/clz32/index.html @@ -155,10 +155,6 @@ var ctron = countTrailsMethods.b;

浏览器兼容性

- -

{{Compat("javascript.builtins.Math.clz32")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/issealed/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/issealed/index.html index c2f007e58a..d4bb3a438e 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/object/issealed/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/object/issealed/index.html @@ -108,10 +108,6 @@ Object.isSealed(1);

浏览器兼容

- -

{{Compat("javascript.builtins.Object.isSealed")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/setprototypeof/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/setprototypeof/index.html index 20d34f2b92..79ab23e2b6 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/object/setprototypeof/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/object/setprototypeof/index.html @@ -213,10 +213,6 @@ george(); // 'Hello guys!!'

浏览器兼容性

- -

{{Compat("javascript.builtins.Object.setPrototypeOf")}}

diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/valueof/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/valueof/index.html index 4601b3c4c7..1d732df222 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/object/valueof/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/object/valueof/index.html @@ -194,10 +194,6 @@ myObj + 3<

浏览器兼容

- -

{{Compat("javascript.builtins.Object.valueOf")}}

参考

diff --git a/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html b/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html index a3bfd18199..b3e5937b9b 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html @@ -207,10 +207,6 @@ console.log(filterInt('1.61803398875')); // NaN

浏览器兼容性

- -

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

diff --git a/files/zh-cn/web/javascript/reference/global_objects/set/index.html b/files/zh-cn/web/javascript/reference/global_objects/set/index.html index bcd764b394..49ede8bf54 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/set/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/set/index.html @@ -254,10 +254,6 @@ new Set("firefox") // Set(6) [ "f", "i", "r", "e", "o", "x" ]

浏览器兼容性

- -

{{ Compat('javascript.builtins.Set') }}

参见

diff --git a/files/zh-cn/web/javascript/reference/global_objects/set/size/index.html b/files/zh-cn/web/javascript/reference/global_objects/set/size/index.html index a18e85fade..80df85291e 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/set/size/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/set/size/index.html @@ -62,10 +62,6 @@ mySet.size; // 3

浏览器兼容

- -

{{Compat("javascript.builtins.Set.size")}}

参见

diff --git a/files/zh-cn/web/javascript/reference/global_objects/sharedarraybuffer/index.html b/files/zh-cn/web/javascript/reference/global_objects/sharedarraybuffer/index.html index 93b5740def..e781d71a84 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/sharedarraybuffer/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/sharedarraybuffer/index.html @@ -123,10 +123,6 @@ worker.postMessage(sab);

浏览器兼容性

- -

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

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html index f7ed81e221..fb6728a8a0 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html @@ -82,10 +82,6 @@ alert( str.endsWith("to be", 19) ); // true

浏览器兼容性

- -

{{Compat("javascript.builtins.String.endsWith")}}

参见

diff --git a/files/zh-cn/web/javascript/reference/global_objects/typeerror/index.html b/files/zh-cn/web/javascript/reference/global_objects/typeerror/index.html index e8710ef901..b6feb266b3 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/typeerror/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/typeerror/index.html @@ -117,12 +117,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/TypeError

浏览器兼容性

- -
{{Compat("javascript.builtins.TypeError")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/uint32array/index.html b/files/zh-cn/web/javascript/reference/global_objects/uint32array/index.html index 1239590bdf..e1859906a2 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/uint32array/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/uint32array/index.html @@ -161,10 +161,6 @@ var uint32 = new Uint32Array(iterable);

浏览器兼容性

- -

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

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/weakset/index.html b/files/zh-cn/web/javascript/reference/global_objects/weakset/index.html index 389a55f5e1..3e04c8ff98 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/weakset/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/weakset/index.html @@ -133,10 +133,6 @@ execRecursively(obj => console.log(obj), foo);

浏览器兼容性

- -

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

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/webassembly/instance/index.html b/files/zh-cn/web/javascript/reference/global_objects/webassembly/instance/index.html index d9fdee81e1..44dec6610b 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/webassembly/instance/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/webassembly/instance/index.html @@ -74,10 +74,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance

浏览器兼容性

- -
{{Compat("javascript.builtins.WebAssembly.Instance")}}

参考

-- cgit v1.2.3-54-g00ecf