diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/tabs/update/index.html')
-rw-r--r-- | files/fr/mozilla/add-ons/webextensions/api/tabs/update/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/tabs/update/index.html b/files/fr/mozilla/add-ons/webextensions/api/tabs/update/index.html index 43b73a7929..d38cda13b9 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/tabs/update/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/tabs/update/index.html @@ -123,16 +123,10 @@ querying.then(updateFirstTab, onError);</pre> <p>{{WebExtExamples}}</p> - - <h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.tabs.update", 10)}}</p> - - <div class="note"><strong>Remerciements :</strong> <p>Cette API est basée sur l’API <a href="https://developer.chrome.com/extensions/tabs#method-executeScript"><code>chrome.tabs</code></a> de Chromium. Cette documentation est dérivée de <a href="https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/tabs.json"><code>tabs.json</code></a> dans le code de Chromium code.</p> |