blob: da91c15ba4d13e56e1f6ec40bec455688cfe6764 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
title: Window.mozPaintCount
slug: Web/API/Window/mozPaintCount
translation_of: Web/API/Window/mozPaintCount
---
<div>{{APIRef}} {{gecko_minversion_header("2.0")}}</div>
<p>返回当前文档渲染到屏幕上所需的时间。</p>
<h2 id="Syntax" name="Syntax">语法</h2>
<pre class="syntaxbox"><code>var <em>paintCount</em> = window.mozPaintCount;</code></pre>
<ul>
<li><code><em>paintCount</em></code> 保存 <code>window.mozPaintCount</code> 属性值。</li>
<li><code>window.mozPaintCount</code> 的值是长整数, 文档是新建的时候从0开始, 每渲染一次增加1。</li>
</ul>
<h2 id="Specification" name="Specification">说明</h2>
<p>不是任何W3C技术规范或建议的一部分。</p>
|