diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/statements')
-rw-r--r-- | files/zh-cn/web/javascript/reference/statements/import.meta/index.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/files/zh-cn/web/javascript/reference/statements/import.meta/index.html b/files/zh-cn/web/javascript/reference/statements/import.meta/index.html index 95f5f68e36..780f30c25e 100644 --- a/files/zh-cn/web/javascript/reference/statements/import.meta/index.html +++ b/files/zh-cn/web/javascript/reference/statements/import.meta/index.html @@ -86,16 +86,8 @@ new URL(import.meta.url).searchParams.get('someURLInfo'); // 5</pre> <h2 id="浏览器支持">浏览器支持</h2> - - <p>{{Compat("javascript.statements.import_meta")}}</p> -<h3 id="Implementation_Progress">Implementation Progress</h3> - -<p>The following table provides a daily implementation status for this feature, because this feature has not yet reached cross-browser stability. The data is generated by running the relevant feature tests in <a href="https://github.com/tc39/test262">Test262</a>, the standard test suite of JavaScript, in the nightly build, or latest release of each browser's JavaScript engine.</p> - -<p>{{EmbedTest262ReportResultsTable("import.meta")}}</p> - <h2 id="See_also">See also</h2> <ul> |