aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/promise
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-05-28 22:17:15 +0800
committerIrvin <irvinfly@gmail.com>2021-05-31 15:39:29 +0800
commitd4625fc3adef7da9a077b195800094d03488c50c (patch)
tree902a058e6bca2c88933cf319f14eb179708eef5f /files/zh-cn/web/javascript/reference/global_objects/promise
parentd935156b29ff23a8cfbacba5baf389d617572cf4 (diff)
downloadtranslated-content-d4625fc3adef7da9a077b195800094d03488c50c.tar.gz
translated-content-d4625fc3adef7da9a077b195800094d03488c50c.tar.bz2
translated-content-d4625fc3adef7da9a077b195800094d03488c50c.zip
remove bcd paragraph for zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/promise')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/promise/all/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/promise/finally/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/promise/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/promise/promise/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/promise/race/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/promise/resolve/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/promise/then/index.html2
7 files changed, 0 insertions, 14 deletions
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 =&gt; {
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p>
-
<p>{{Compat("javascript.builtins.Promise.all")}}</p>
<h2 id="参见">参见</h2>
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) {
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p>
-
<p>{{Compat("javascript.builtins.Promise.finally")}}</p>
<h2 id="参见">参见</h2>
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() {
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p>
-
<p>{{Compat("javascript.builtins.Promise")}}</p>
<h2 id="参见">参见</h2>
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
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</div>
-
<p>{{Compat("javascript.builtins.Promise.Promise")}}</p>
<h2 id="See_also">See also</h2>
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) {
<h2 id="浏览器兼容">浏览器兼容</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Promise.race")}}</p>
<h2 id="相关链接">相关链接</h2>
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) {
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Promise.resolve")}}</p>
<h2 id="参见">参见</h2>
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) {
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p>
-
<p>{{Compat("javascript.builtins.Promise.then")}}</p>
<h2 id="参见">参见</h2>