aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/mozpaintcount/index.html
blob: a6f3d9eb7c6b67bd99fc08d8f75cfaa52a2c74f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: Window.mozPaintCount
slug: Web/API/Window/mozPaintCount
tags:
  - API
  - 'API:Mozilla Extensions'
  - Déprécié
  - HTML DOM
  - NeedsExample
  - Non-standard
  - Propriété
  - Reference
  - Window
translation_of: Web/API/Window/mozPaintCount
---
<p>{{APIRef("Mozilla Extensions")}}{{Non-standard_Header}}{{Obsolete_Header("Gecko72")}}{{Gecko_MinVersion_Header("2.0")}}</p>

<p>Renvoie le nombre de fois où le document actuel a été peint à l'écran dans cette fenêtre.</p>

<h2 id="Syntax">Syntaxe</h2>

<pre class="syntaxbox"><code>var <em>paintCount</em> = window.mozPaintCount;</code></pre>

<ul>
 <li><code><em>paintCount</em></code> stocke la valeur de la propriété <code>window.mozPaintCount</code>.</li>
 <li>La valeur <code>window.mozPaintCount</code> est <code>longue</code>, et commence à zéro lorsque le document est créé pour la première fois, en incrémentant de un à chaque fois que le document est peint.</li>
</ul>

<h2 id="Specification">Spécification</h2>

<p>Ne fait partie d'aucune spécification ou recommandation du <abbr>W3C</abbr>.</p>

<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>

<p>{{Compat("api.Window.mozPaintCount")}}</p>