aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/api/history/getvisits/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/history/getvisits/index.html')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/history/getvisits/index.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/history/getvisits/index.html b/files/fr/mozilla/add-ons/webextensions/api/history/getvisits/index.html
index a35cb994bd..c33457b87d 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/history/getvisits/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/history/getvisits/index.html
@@ -21,7 +21,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/history/getVisits
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="syntaxbox brush:js">var getting = browser.history.getVisits(
+<pre class="brush: js">var getting = browser.history.getVisits(
details // object
)
</pre>
@@ -30,9 +30,8 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/history/getVisits
<dl>
<dt><code>details</code></dt>
- <dd><code>object</code>.</dd>
- <dd>
- <dl class="reference-values">
+ <dd><p><code>object</code>.</p>
+ <dl>
<dt><code>url</code></dt>
<dd><code>string</code>. L'URL pour laquelle récupérer les informations de visite.</dd>
</dl>
@@ -78,7 +77,7 @@ searching.then(listVisits);</pre>
<p>{{WebExtExamples}}</p>
-<div class="note"><strong>Remerciements :</strong>
+<div class="note"><p><strong>Note :</strong></p>
<p>Cette API est basée sur l'API Chromium <a href="https://developer.chrome.com/extensions/history"><code>chrome.history</code></a>. Cette documentation est dérivée de <a href="https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/history.json"><code>history.json</code></a> dans le code de Chromium.</p>