diff options
author | tristantheb <tristantheb@users.noreply.github.com> | 2021-04-02 13:50:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 13:50:14 +0200 |
commit | 99efa5cfa34c3f9d38b75352881acdfc99508ebf (patch) | |
tree | 15a37e05bf05f0daff2893f0a2f1c8a3673ac86b /files/fr/web/api/urlsearchparams | |
parent | c37cf5ec1bb9d4f6c51d12eaeef1bd5af12695f8 (diff) | |
download | translated-content-99efa5cfa34c3f9d38b75352881acdfc99508ebf.tar.gz translated-content-99efa5cfa34c3f9d38b75352881acdfc99508ebf.tar.bz2 translated-content-99efa5cfa34c3f9d38b75352881acdfc99508ebf.zip |
UPDATE: FR-ONLY - Remove all old CompatibilityTable to replace with {{Compat()}} (#311)
* UPDATE: Removing CompatibilityTable script - Part 1
* UPDATE: Removing CompatibilityTable script - Part 2
* UPDATE: Removing CompatibilityTable script - Part 3
* UPDATE: Removing CompatibilityTable script - Part 4
* UPDATE: Removing CompatibilityTable script - Part 5/5
* FIX: Repair the EOL of one page
* FIX: Fix conflicting file
Diffstat (limited to 'files/fr/web/api/urlsearchparams')
-rw-r--r-- | files/fr/web/api/urlsearchparams/index.html | 124 |
1 files changed, 3 insertions, 121 deletions
diff --git a/files/fr/web/api/urlsearchparams/index.html b/files/fr/web/api/urlsearchparams/index.html index d5dd97ba18..92747ec561 100644 --- a/files/fr/web/api/urlsearchparams/index.html +++ b/files/fr/web/api/urlsearchparams/index.html @@ -90,129 +90,11 @@ searchParams.toString(); // "q=URLUtils.searchParams" </tbody> </table> -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> +<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> -<p>{{ CompatibilityTable() }}</p> +<p>{{Compat("api.URLSearchParams")}}</p> -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Support de base</td> - <td>{{CompatChrome(49)}}</td> - <td>{{CompatGeckoDesktop("29.0")}}<sup>[1]</sup></td> - <td>{{CompatNo}}</td> - <td>{{CompatOpera(36)}}</td> - <td>10.1</td> - </tr> - <tr> - <td><code>entries()</code>, <code>keys()</code>, <code>values()</code>, et support de <code>for...of</code></td> - <td>{{CompatChrome(49)}}</td> - <td>{{CompatGeckoDesktop("44.0")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOpera(36)}}</td> - <td>{{CompatUnknown}}</td> - </tr> - <tr> - <td><code>USVString</code> comme argument <code>init</code> du constructeur</td> - <td>{{CompatChrome(61)}}</td> - <td>{{CompatGeckoDesktop("53.0")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOpera(48)}}</td> - <td>{{CompatUnknown}}</td> - </tr> - <tr> - <td>Objet littéral comme argument <code>init</code> du constructeur</td> - <td>{{CompatChrome(61)}}</td> - <td>{{CompatGeckoDesktop("54.0")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOpera(48)}}</td> - <td>{{CompatUnknown}}</td> - </tr> - <tr> - <td><code>sort()</code></td> - <td>{{CompatChrome(61)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOpera(48)}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Android Webview</th> - <th>Chrome pour Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Support de base</td> - <td>{{CompatChrome(49)}}</td> - <td>{{CompatChrome(49)}}</td> - <td>{{CompatGeckoMobile("29.0")}}<sup>[1]</sup></td> - <td>{{CompatNo}}</td> - <td>{{CompatOperaMobile(36)}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td><code>entries()</code>, <code>keys()</code>, <code>values()</code>, et support de <code>for...of</code></td> - <td>{{CompatChrome(49)}}</td> - <td>{{CompatChrome(49)}}</td> - <td>{{CompatGeckoMobile("44.0")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOperaMobile(36)}}</td> - <td>{{CompatNo}}</td> - </tr> - <tr> - <td><code>USVString</code> comme argument <code>init</code> du constructeur</td> - <td>{{CompatChrome(61)}}</td> - <td>{{CompatChrome(61)}}</td> - <td>{{CompatGeckoMobile("53.0")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOperaMobile(48)}}</td> - <td>{{CompatUnknown}}</td> - </tr> - <tr> - <td>Objet littéral comme argument <code>init</code> du constructeur</td> - <td>{{CompatChrome(61)}}</td> - <td>{{CompatChrome(61)}}</td> - <td>{{CompatGeckoMobile("54.0")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOperaMobile(48)}}</td> - <td>{{CompatUnknown}}</td> - </tr> - <tr> - <td><code>sort()</code></td> - <td>{{CompatChrome(61)}}</td> - <td>{{CompatChrome(61)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatOperaMobile(48)}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Firefox a un bug qui fait que les guillemets simples contenus dans les URLs sont échappés quand on y accède via les API d’URL ({{bug(1386683)}}). Cela a été corrigé à partir de Firefox 57.</p> - -<h2 id="Voir_également">Voir également</h2> +<h2 id="See_also">Voir aussi</h2> <ul> <li>Autres interfaces liées aux URL : {{domxref("URL")}}, {{domxref("URLUtils")}}.</li> |