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/proxy/index.html | 2 -- .../javascript/reference/global_objects/proxy/proxy/apply/index.html | 2 -- 2 files changed, 4 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/proxy') diff --git a/files/zh-cn/web/javascript/reference/global_objects/proxy/index.html b/files/zh-cn/web/javascript/reference/global_objects/proxy/index.html index f9059ade82..b15511bc6a 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/proxy/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/proxy/index.html @@ -416,8 +416,6 @@ alert(docCookies.my_cookie1);

浏览器兼容性

- -

{{Compat("javascript.builtins.Proxy", 2)}}

参考

diff --git a/files/zh-cn/web/javascript/reference/global_objects/proxy/proxy/apply/index.html b/files/zh-cn/web/javascript/reference/global_objects/proxy/proxy/apply/index.html index a077691b92..7c41b6121e 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/proxy/proxy/apply/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/proxy/proxy/apply/index.html @@ -102,8 +102,6 @@ console.log(p(1, 2, 3)); // "called: 1, 2, 3"

浏览器兼容性

- -

{{Compat("javascript.builtins.Proxy.handler.apply")}}

-- cgit v1.2.3-54-g00ecf