diff options
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/promise/all/index.html')
-rw-r--r-- | files/zh-tw/web/javascript/reference/global_objects/promise/all/index.html | 2 |
1 files changed, 0 insertions, 2 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 => { <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> |