diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/idle/querystate/index.html')
| -rw-r--r-- | files/fr/mozilla/add-ons/webextensions/api/idle/querystate/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/idle/querystate/index.html b/files/fr/mozilla/add-ons/webextensions/api/idle/querystate/index.html index 680ca10726..42461f4848 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/idle/querystate/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/idle/querystate/index.html @@ -22,7 +22,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/idle/queryState <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox brush:js">var querying = browser.idle.queryState( +<pre class="brush: js">var querying = browser.idle.queryState( detectionIntervalInSeconds // integer ) </pre> @@ -59,7 +59,7 @@ querying.then(onGot);</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/idle"><code>chrome.idle</code></a>. Cette documentation est dérivée de <a href="https://chromium.googlesource.com/chromium/src/+/master/extensions/common/api/idle.json"><code>idle.json</code></a> dans le code Chromium.</p> |
