diff options
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html')
-rw-r--r-- | files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
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 77adc0c6fa..d1d76d3d80 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 @@ -66,10 +66,6 @@ fetch(myRequest).then(function(response) { </pre> -<div class="hidden"> -<p>Please do not add polyfills on MDN pages. For more details, refer to: <a href="https://discourse.mozilla.org/t/mdn-rfc-001-mdn-wiki-pages-shouldnt-be-a-distributor-of-polyfills/24500">https://discourse.mozilla.org/t/mdn-rfc-001-mdn-wiki-pages-shouldnt-be-a-distributor-of-polyfills/24500</a></p> -</div> - <h2 id="Specifications">Specifications</h2> <table class="standard-table"> |