diff options
Diffstat (limited to 'files/fr/web/api/location')
-rw-r--r-- | files/fr/web/api/location/replace/index.html | 56 |
1 files changed, 7 insertions, 49 deletions
diff --git a/files/fr/web/api/location/replace/index.html b/files/fr/web/api/location/replace/index.html index bca43babfb..90fa954e20 100644 --- a/files/fr/web/api/location/replace/index.html +++ b/files/fr/web/api/location/replace/index.html @@ -45,55 +45,13 @@ document.location.replace('https://developer.mozilla.org/en-US/docs/Web/API/Loca </tr> </tbody> </table> -<h2 id="Compatibilité">Compatibilité</h2> -<p>{{ CompatibilityTable() }}</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>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - </tbody> - </table> -</div> -<div id="compat-mobile"> - <table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Android</th> - <th>Chrome for 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>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - </tbody> - </table> -</div> -<h2 id="Voir_aussi">Voir aussi</h2> + +<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> + +<p>{{Compat("api.IDBIndex")}}</p> + +<h2 id="See_also">Voir aussi</h2> + <ul> <li>L'interface {{domxref("Location")}} à laquelle appartient cette méthode.</li> <li>Méthodes similaires : {{domxref("Location.assign()")}} et {{domxref("Location.reload()")}}.</li> |