aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/reference/global_objects/promise
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-05-28 22:13:25 +0800
committerIrvin <irvinfly@gmail.com>2021-05-31 15:39:29 +0800
commitd935156b29ff23a8cfbacba5baf389d617572cf4 (patch)
tree12cedf3b0c49ee29c02ddab7c8332e68eb012362 /files/zh-tw/web/javascript/reference/global_objects/promise
parent52ac152ba5e0edb79b8c361a7b2aac13c7bdbf7b (diff)
downloadtranslated-content-d935156b29ff23a8cfbacba5baf389d617572cf4.tar.gz
translated-content-d935156b29ff23a8cfbacba5baf389d617572cf4.tar.bz2
translated-content-d935156b29ff23a8cfbacba5baf389d617572cf4.zip
remove bcd paragraph for zh-TW
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/promise')
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/all/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/catch/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/race/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/reject/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/resolve/index.html2
7 files changed, 0 insertions, 14 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/all/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/all/index.html
index eb18ce63f9..20a301b124 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/promise/all/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/promise/all/index.html
@@ -195,8 +195,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-tw/web/javascript/reference/global_objects/promise/catch/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/catch/index.html
index d06036c11e..653d880d56 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/promise/catch/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/promise/catch/index.html
@@ -177,8 +177,6 @@ p2.then(function (value) {
<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.catch")}}</p>
<h2 id="參見">參見</h2>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html
index eef15faf9a..e739dcdb0f 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html
@@ -89,8 +89,6 @@ fetch(myRequest).then(function(response) {
<h2 id="Browser_compatibility">Browser compatibility</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="See_also">See also</h2>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/index.html
index 8ec1456ae1..78feec28ae 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/promise/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/promise/index.html
@@ -234,8 +234,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-tw/web/javascript/reference/global_objects/promise/race/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/race/index.html
index 9f0d8b4d2e..5022ca0ede 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/promise/race/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/promise/race/index.html
@@ -159,8 +159,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-tw/web/javascript/reference/global_objects/promise/reject/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/reject/index.html
index 0c41a37509..d13eec37dd 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/promise/reject/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/promise/reject/index.html
@@ -60,8 +60,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/reject
<h2 id="Browser_compatibility">Browser compatibility</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.reject")}}</p>
<h2 id="See_also">See also</h2>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/resolve/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/resolve/index.html
index e2d460a7e3..6f9f761ee0 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/promise/resolve/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/promise/resolve/index.html
@@ -131,8 +131,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.resolve")}}</p>
<h2 id="參見">參見</h2>