diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/statements')
-rw-r--r-- | files/zh-cn/web/javascript/reference/statements/async_function/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/javascript/reference/statements/for-await...of/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/statements/async_function/index.html b/files/zh-cn/web/javascript/reference/statements/async_function/index.html index cb6f595ff9..3fe81b81fb 100644 --- a/files/zh-cn/web/javascript/reference/statements/async_function/index.html +++ b/files/zh-cn/web/javascript/reference/statements/async_function/index.html @@ -313,7 +313,7 @@ setTimeout(parallelPromise, 13000); // same as parallel <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">该页面上的兼容性表是由结构化数据生成的。如果您想对数据做出贡献,请查看https://github.com/mdn/browser-compat-data,并向我们发送一个pull request。</div> + <p>{{Compat("javascript.statements.async_function")}}</p> diff --git a/files/zh-cn/web/javascript/reference/statements/for-await...of/index.html b/files/zh-cn/web/javascript/reference/statements/for-await...of/index.html index 87033e17ba..47277b5f61 100644 --- a/files/zh-cn/web/javascript/reference/statements/for-await...of/index.html +++ b/files/zh-cn/web/javascript/reference/statements/for-await...of/index.html @@ -149,7 +149,7 @@ getResponseSize('https://jsonplaceholder.typicode.com/photos');</pre> <h2 id="浏览器兼容">浏览器兼容</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。如果您想为数据做出贡献,请查看https://github.com/mdn/browser-compat-data并向我们发送拉取请求。</div> + <p>{{Compat("javascript.statements.for_await_of")}}</p> |