diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/downloads/showdefaultfolder/index.html')
-rw-r--r-- | files/fr/mozilla/add-ons/webextensions/api/downloads/showdefaultfolder/index.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/downloads/showdefaultfolder/index.html b/files/fr/mozilla/add-ons/webextensions/api/downloads/showdefaultfolder/index.html index 57e2892c85..110f2e13a7 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/downloads/showdefaultfolder/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/downloads/showdefaultfolder/index.html @@ -20,14 +20,11 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/downloads/showDefaultFolder <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox brush:js">browser.downloads.showDefaultFolder(); +<pre class="brush: js">browser.downloads.showDefaultFolder(); </pre> <h3 id="Paramètres">Paramètres</h3> - -<dl> - <dd>None.</dd> -</dl> +<p>Aucun</p> <h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2> @@ -45,7 +42,7 @@ showBtn.onclick = function() { <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/downloads"><code>chrome.downloads</code></a>.</p> |