aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/console/profileend
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/console/profileend')
-rw-r--r--files/fr/web/api/console/profileend/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/console/profileend/index.html b/files/fr/web/api/console/profileend/index.html
index dc76f8eac9..9b267eb029 100644
--- a/files/fr/web/api/console/profileend/index.html
+++ b/files/fr/web/api/console/profileend/index.html
@@ -11,7 +11,7 @@ translation_of: Web/API/Console/profileEnd
<p>{{APIRef("Console API")}}{{Non-standard_header}}</p>
<div class="warning">
-<p>L'appel de cet API immédiatement après <code>console.profile()</code> peut l'empêcher de fonctionner. Pour contourner ce problème, appelez-le par un  <code>setTimeout</code> avec un délai d'au-moins 5 ms. Voir <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1173588">bug #1173588</a>.</p>
+<p><strong>Attention :</strong> L'appel de cet API immédiatement après <code>console.profile()</code> peut l'empêcher de fonctionner. Pour contourner ce problème, appelez-le par un  <code>setTimeout</code> avec un délai d'au-moins 5 ms. Voir <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1173588">bug #1173588</a>.</p>
</div>
<p>La méthode <code>profileEnd</code>  arrête l'enregistrement d'un profil lancé précédemment avec {{domxref("Console.profile()")}}.</p>