diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/downloads/show')
| -rw-r--r-- | files/fr/mozilla/add-ons/webextensions/api/downloads/show/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/downloads/show/index.html b/files/fr/mozilla/add-ons/webextensions/api/downloads/show/index.html index c919739d1f..6e995496ef 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/downloads/show/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/downloads/show/index.html @@ -21,7 +21,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/downloads/show <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox brush:js">var showing = browser.downloads.show( +<pre class="brush: js">var showing = browser.downloads.show( downloadId // integer ) </pre> @@ -70,7 +70,7 @@ searching.then(openDownload, onError);</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/downloads"><code>chrome.downloads</code></a>.</p> |
