diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/captiveportal/getlastchecked/index.html')
-rw-r--r-- | files/fr/mozilla/add-ons/webextensions/api/captiveportal/getlastchecked/index.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getlastchecked/index.html b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getlastchecked/index.html index ebf7f7b5d4..3a5b92c58b 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getlastchecked/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/captiveportal/getlastchecked/index.html @@ -17,17 +17,13 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/captivePortal/getLastChecked <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox brush:js">var state = browser.captivePortal.getLastChecked() +<pre class="brush: js">var state = browser.captivePortal.getLastChecked() </pre> <h3 id="Valeur_retournée">Valeur retournée</h3> <p>Une <a href="/fr/docs/Web/JavaScript/Reference/Objets_globaux/Promise">Promise</a> qui est remplie avec un nombre entier représentant le temps en millisecondes.</p> -<div class="hidden"> -<h2 id="Exemples">Exemples</h2> -</div> - <p>{{WebExtExamples}}</p> <h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2> |