diff options
Diffstat (limited to 'files/es/web/api/xmlhttprequest/readystatechange_event/index.html')
-rw-r--r-- | files/es/web/api/xmlhttprequest/readystatechange_event/index.html | 52 |
1 files changed, 1 insertions, 51 deletions
diff --git a/files/es/web/api/xmlhttprequest/readystatechange_event/index.html b/files/es/web/api/xmlhttprequest/readystatechange_event/index.html index 4b68a7b267..85dc6e821e 100644 --- a/files/es/web/api/xmlhttprequest/readystatechange_event/index.html +++ b/files/es/web/api/xmlhttprequest/readystatechange_event/index.html @@ -57,54 +57,4 @@ xhr.send();</pre> <h2 id="Compatibilidad_con_navegadores_Web">Compatibilidad con navegadores Web</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatChrome(1)}}</td> - <td>{{CompatGeckoDesktop(1.0)}}</td> - <td>{{CompatIe(7)}}<sup>[1]</sup></td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatSafari(1.2)}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</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>Basic support</td> - <td>{{CompatUnknown}}</td> - <td>1.0</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Las versiones 5 y 6 admiten llamadas AJAX usando <code>ActiveXObject()</code>.</p> +{{Compat("api.XMLHttpRequest.readystatechange_event")}} |