diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-06-19 19:59:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 19:59:30 +0200 |
commit | 7f6c5f534d4b1249775efe77a6372f0d068c7a5e (patch) | |
tree | 2d1558563a40a7b2a08382797593abf89a849dc5 /files/fr/mozilla/add-ons/webextensions/api/devtools/network | |
parent | 4b325100c1ca81f9cb59fa6aba8667bc4363636f (diff) | |
download | translated-content-7f6c5f534d4b1249775efe77a6372f0d068c7a5e.tar.gz translated-content-7f6c5f534d4b1249775efe77a6372f0d068c7a5e.tar.bz2 translated-content-7f6c5f534d4b1249775efe77a6372f0d068c7a5e.zip |
Remove bcd hidden in mozilla section for fr and some cleaning (#1253)
* Remove bcd hidden in mozilla section for fr and removed unecessary newlines and malformed docs
Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/devtools/network')
3 files changed, 0 insertions, 6 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/devtools/network/gethar/index.html b/files/fr/mozilla/add-ons/webextensions/api/devtools/network/gethar/index.html index 1edd69dbf5..9464ab8be8 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/devtools/network/gethar/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/devtools/network/gethar/index.html @@ -31,8 +31,6 @@ original_slug: Mozilla/Add-ons/WebExtensions/API/devtools.network/getHAR <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.devtools.network.getHAR")}}</p> <h2 id="Exemples">Exemples</h2> diff --git a/files/fr/mozilla/add-ons/webextensions/api/devtools/network/onnavigated/index.html b/files/fr/mozilla/add-ons/webextensions/api/devtools/network/onnavigated/index.html index 85d3b03c79..516ea9d7a8 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/devtools/network/onnavigated/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/devtools/network/onnavigated/index.html @@ -53,8 +53,6 @@ browser.devtools.network.onNavigated.hasListener(listener) <p>{{Compat("webextensions.api.devtools.network.onNavigated")}}</p> -<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> - <h2 id="Exemples">Exemples</h2> <pre class="brush: js">function handleNavigated(url) { diff --git a/files/fr/mozilla/add-ons/webextensions/api/devtools/network/onrequestfinished/index.html b/files/fr/mozilla/add-ons/webextensions/api/devtools/network/onrequestfinished/index.html index d5b945e70b..69f20ca8a8 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/devtools/network/onrequestfinished/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/devtools/network/onrequestfinished/index.html @@ -59,8 +59,6 @@ browser.devtools.network.onRequestFinished.hasListener(listener) <p>{{Compat("webextensions.api.devtools.network.onRequestFinished")}}</p> -<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> - <h2 id="Examples">Examples</h2> <p>Ajoutez un écouteur qui consigne l'adresse IP du serveur et le corps de la réponse pour chaque requête réseau.</p> |