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