diff options
Diffstat (limited to 'files/fr/web/api/idbobjectstore/openkeycursor/index.html')
-rw-r--r-- | files/fr/web/api/idbobjectstore/openkeycursor/index.html | 72 |
1 files changed, 1 insertions, 71 deletions
diff --git a/files/fr/web/api/idbobjectstore/openkeycursor/index.html b/files/fr/web/api/idbobjectstore/openkeycursor/index.html index d5d23efe42..25390421f9 100644 --- a/files/fr/web/api/idbobjectstore/openkeycursor/index.html +++ b/files/fr/web/api/idbobjectstore/openkeycursor/index.html @@ -96,77 +96,7 @@ request.onsuccess = function(event) { <h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> -<div>{{CompatibilityTable}}</div> - -<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 (WebKit)</th> - </tr> - <tr> - <td>Support simple</td> - <td>{{CompatChrome(48.0)}}</td> - <td>{{CompatGeckoDesktop("44.0")}} [1]</td> - <td>10, partial</td> - <td>15</td> - <td>7.1</td> - </tr> - <tr> - <td>Disponible dans les <em>web workers</em></td> - <td>{{CompatChrome(48.0)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatOpera(35)}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Android</th> - <th>Webview Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - <th>Chrome pour Android</th> - </tr> - <tr> - <td>Support simple</td> - <td>4.4</td> - <td>{{CompatChrome(48.0)}}</td> - <td>{{CompatGeckoMobile("44.0")}} [1]</td> - <td>10</td> - <td>22</td> - <td>{{CompatNo}}</td> - <td>{{CompatChrome(48.0)}}</td> - </tr> - <tr> - <td>Disponible dans les <em>web workers</em></td> - <td>{{CompatNo}}</td> - <td>{{CompatChrome(48.0)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatOperaMobile(35)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatChrome(48.0)}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Cette fonctionnalité était disponible depuis Firefox 27 via une préférence : <code>dom.indexedDB.experimental</code> qui était désactivée par défaut.</p> +<p>{{Compat("api.IDBObjectStore.openKeyCursor")}}</p> <h2 id="Voir_aussi">Voir aussi</h2> |