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 --- files/zh-cn/orphaned/web/api/request/context/index.html | 2 -- .../web/javascript/reference/global_objects/map/delete/index.html | 4 ---- .../orphaned/web/javascript/reference/global_objects/map/index.html | 4 ---- 3 files changed, 10 deletions(-) (limited to 'files/zh-cn/orphaned/web') diff --git a/files/zh-cn/orphaned/web/api/request/context/index.html b/files/zh-cn/orphaned/web/api/request/context/index.html index 202367fba6..cc073a988b 100644 --- a/files/zh-cn/orphaned/web/api/request/context/index.html +++ b/files/zh-cn/orphaned/web/api/request/context/index.html @@ -31,8 +31,6 @@ var myContext = myRequest.context; // returns the empty string by default

Browser compatibility浏览器兼容性

- -

{{Compat("api.Request.context")}}

更多

diff --git a/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/delete/index.html b/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/delete/index.html index 6cac469211..5b4d1772fd 100644 --- a/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/delete/index.html +++ b/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/delete/index.html @@ -71,10 +71,6 @@ myMap.has("bar"); // 返回 false。"bar" 元素将不再存在于 Map 实例

浏览器兼容性

- -

{{Compat("javascript.builtins.Map.delete")}}

相关链接

diff --git a/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/index.html b/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/index.html index dbd2a9aadd..d9b95fd745 100644 --- a/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/index.html +++ b/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/index.html @@ -326,10 +326,6 @@ console.log(myMap) // Map { 'bla2' => 'blaa2' }

浏览器兼容性

- -

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

相关链接

-- cgit v1.2.3-54-g00ecf