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 --- .../web/javascript/reference/global_objects/promise/all/index.html | 2 -- .../web/javascript/reference/global_objects/promise/finally/index.html | 2 -- files/zh-cn/web/javascript/reference/global_objects/promise/index.html | 2 -- .../web/javascript/reference/global_objects/promise/promise/index.html | 2 -- .../web/javascript/reference/global_objects/promise/race/index.html | 2 -- .../web/javascript/reference/global_objects/promise/resolve/index.html | 2 -- .../web/javascript/reference/global_objects/promise/then/index.html | 2 -- 7 files changed, 14 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/promise') diff --git a/files/zh-cn/web/javascript/reference/global_objects/promise/all/index.html b/files/zh-cn/web/javascript/reference/global_objects/promise/all/index.html index 6208fed17a..c2d22ae1cd 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/promise/all/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/promise/all/index.html @@ -210,8 +210,6 @@ Promise.all([p1, p2, p3, p4, p5]).then(values => {

浏览器兼容性

- -

{{Compat("javascript.builtins.Promise.all")}}

参见

diff --git a/files/zh-cn/web/javascript/reference/global_objects/promise/finally/index.html b/files/zh-cn/web/javascript/reference/global_objects/promise/finally/index.html index 9bec7a7f02..70fc6512cb 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/promise/finally/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/promise/finally/index.html @@ -88,8 +88,6 @@ fetch(myRequest).then(function(response) {

浏览器兼容性

- -

{{Compat("javascript.builtins.Promise.finally")}}

参见

diff --git a/files/zh-cn/web/javascript/reference/global_objects/promise/index.html b/files/zh-cn/web/javascript/reference/global_objects/promise/index.html index 5378fe3aeb..653e2f0704 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/promise/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/promise/index.html @@ -288,8 +288,6 @@ function testPromise() {

浏览器兼容性

- -

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

参见

diff --git a/files/zh-cn/web/javascript/reference/global_objects/promise/promise/index.html b/files/zh-cn/web/javascript/reference/global_objects/promise/promise/index.html index c871b52513..e48243fcc9 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/promise/promise/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/promise/promise/index.html @@ -62,8 +62,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/Promise

浏览器兼容性

- -

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

See also

diff --git a/files/zh-cn/web/javascript/reference/global_objects/promise/race/index.html b/files/zh-cn/web/javascript/reference/global_objects/promise/race/index.html index 1220002fe1..ff251633c0 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/promise/race/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/promise/race/index.html @@ -126,8 +126,6 @@ Promise.race([p5, p6]).then(function(value) {

浏览器兼容

- -

{{Compat("javascript.builtins.Promise.race")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/promise/resolve/index.html b/files/zh-cn/web/javascript/reference/global_objects/promise/resolve/index.html index 607fa09f36..7e92b06d1a 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/promise/resolve/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/promise/resolve/index.html @@ -147,8 +147,6 @@ p3.then(function(v) {

浏览器兼容性

- -

{{Compat("javascript.builtins.Promise.resolve")}}

参见

diff --git a/files/zh-cn/web/javascript/reference/global_objects/promise/then/index.html b/files/zh-cn/web/javascript/reference/global_objects/promise/then/index.html index 9c70ab5924..a4180c8e14 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/promise/then/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/promise/then/index.html @@ -292,8 +292,6 @@ p3.then(function(v) {

浏览器兼容性

- -

{{Compat("javascript.builtins.Promise.then")}}

参见

-- cgit v1.2.3-54-g00ecf