diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/downloads/open/index.html')
| -rw-r--r-- | files/fr/mozilla/add-ons/webextensions/api/downloads/open/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/downloads/open/index.html b/files/fr/mozilla/add-ons/webextensions/api/downloads/open/index.html index 322a6b2bb2..336cacc837 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/downloads/open/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/downloads/open/index.html @@ -23,7 +23,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/downloads/open <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox brush:js">var opening = browser.downloads.open( +<pre class="brush: js">var opening = browser.downloads.open( downloadId // integer ) </pre> @@ -71,7 +71,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> |
