aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/performancetiming/domcontentloadedeventend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/performancetiming/domcontentloadedeventend/index.html')
-rw-r--r--files/zh-cn/web/api/performancetiming/domcontentloadedeventend/index.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/files/zh-cn/web/api/performancetiming/domcontentloadedeventend/index.html b/files/zh-cn/web/api/performancetiming/domcontentloadedeventend/index.html
new file mode 100644
index 0000000000..23e672757c
--- /dev/null
+++ b/files/zh-cn/web/api/performancetiming/domcontentloadedeventend/index.html
@@ -0,0 +1,49 @@
+---
+title: PerformanceTiming.domContentLoadedEventEnd
+slug: Web/API/PerformanceTiming/domContentLoadedEventEnd
+tags:
+ - 性能
+translation_of: Web/API/PerformanceTiming/domContentLoadedEventEnd
+---
+<p>{{APIRef("Navigation Timing")}}</p>
+
+<h2 id="Summary">Summary</h2>
+
+<p><code><strong>PerformanceTiming</strong></code><strong><code>.domContentLoadedEventEnd</code></strong> 为只读属性,返回一个无符号长整型数值(<code>unsigned long),以UNIX时间戳的形式表示一个时刻,这个时刻为所有需要尽早执行的脚本不管是否按顺序,都已经执行完毕。(译注:即DOM Ready)</code></p>
+
+<h2 id="Syntax">Syntax</h2>
+
+<pre class="syntaxbox"><em>time</em> = <em>performanceTiming</em>.domContentLoadedEventEnd;</pre>
+
+<h2 id="Specifications">Specifications</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Specification</th>
+ <th scope="col">Status</th>
+ <th scope="col">Comment</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('Navigation Timing', '#dom-performancetiming-domcontentloadedeventend', 'PerformanceTiming.domContentLoadedEventEnd')}}</td>
+ <td>{{Spec2('Navigation Timing')}}</td>
+ <td>Initial definition.</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Browser_compatibility">Browser compatibility</h2>
+
+<div>
+<div>
+
+
+<p>{{Compat("api.PerformanceTiming.domContentLoadedEventEnd")}}</p>
+</div>
+</div>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li>所属的 {{domxref("PerformanceTiming")}} 接口</li>
+</ul>