aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/api/sessions/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/sessions/index.html')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/sessions/index.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/sessions/index.html b/files/fr/mozilla/add-ons/webextensions/api/sessions/index.html
index 8ab1936f84..8cb87b54be 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/sessions/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/sessions/index.html
@@ -38,7 +38,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/sessions
<dl>
<dt>{{WebExtAPIRef("sessions.MAX_SESSION_RESULTS")}}</dt>
- <dd>Le nombre maximum de sessions qui seront retournées par un appel à <a href="/fr/Add-ons/WebExtensions/API/sessions/getRecentlyClosed" title="Returns an array Session objects, representing windows and tabs that were closed in the current browsing session (that is: the time since the browser was started)."><code>sessions.getRecentlyClosed()</code></a>.</dd>
+ <dd>Le nombre maximum de sessions qui seront retournées par un appel à <a href="/fr/Add-ons/WebExtensions/API/sessions/getRecentlyClosed"><code>sessions.getRecentlyClosed()</code></a>.</dd>
</dl>
<h2 id="Fonctions">Fonctions</h2>
@@ -78,9 +78,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/sessions
<dd>
<p>Supprime une paire clé/valeur d'une fenêtre données.</p>
</dd>
- <dd>
-
- </dd>
</dl>
<h2 id="Evénements">Evénements</h2>
@@ -98,7 +95,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/sessions
<p>{{WebExtExamples("h2")}}</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/sessions"><code>chrome.sessions</code></a>.</p>