aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/url/createobjecturl
diff options
context:
space:
mode:
authorYujiSoftware <yuji.software+github@gmail.com>2022-03-03 22:36:23 +0900
committerGitHub <noreply@github.com>2022-03-03 07:36:23 -0600
commit0ce7202a706c9036eeea42c158f433c2b7940457 (patch)
tree4e952b5472e3140bd12ac07e77df3aa47e79b60f /files/es/web/api/url/createobjecturl
parent581e6fb5827a5450e295c91250dd0563a3c9251a (diff)
downloadtranslated-content-0ce7202a706c9036eeea42c158f433c2b7940457.tar.gz
translated-content-0ce7202a706c9036eeea42c158f433c2b7940457.tar.bz2
translated-content-0ce7202a706c9036eeea42c158f433c2b7940457.zip
Migrate CompatibilityTable to Compat macro (es) (#4355)
* Migrate CompatibilityTable to Compat macro (es) * Migrate to multiple Compat macro (es)
Diffstat (limited to 'files/es/web/api/url/createobjecturl')
-rw-r--r--files/es/web/api/url/createobjecturl/index.html73
1 files changed, 1 insertions, 72 deletions
diff --git a/files/es/web/api/url/createobjecturl/index.html b/files/es/web/api/url/createobjecturl/index.html
index 9a6b6841b4..2f568a84d4 100644
--- a/files/es/web/api/url/createobjecturl/index.html
+++ b/files/es/web/api/url/createobjecturl/index.html
@@ -66,78 +66,7 @@ translation_of: Web/API/URL/createObjectURL
<h2 id="Compatibilidad_de_navegadores">Compatibilidad de navegadores</h2>
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari (WebKit)</th>
- </tr>
- <tr>
- <td>Soporte básico</td>
- <td>8 [1]<br>
- {{CompatChrome(23)}}</td>
- <td>{{CompatGeckoDesktop(2)}}</td>
- <td>{{CompatIE(10)}}</td>
- <td>{{CompatOpera(15)}}</td>
- <td>{{CompatSafari(6)}} [1]<br>
- {{CompatSafari(7)}}</td>
- </tr>
- <tr>
- <td>In a {{ domxref("Worker", "Web Worker") }}</td>
- <td>10 [1]<br>
- {{CompatChrome(23)}}</td>
- <td>{{CompatGeckoDesktop(21)}}</td>
- <td>{{CompatIE(11)}}</td>
- <td>{{CompatOpera(15)}}</td>
- <td>{{CompatSafari(6)}} [1]<br>
- {{CompatSafari(7)}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Chrome para Android</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Soporte básico</td>
- <td>18 [1]</td>
- <td>4.0 [1]</td>
- <td>{{CompatGeckoMobile(14)}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatOpera(15)}} [1]</td>
- <td>6.0 [1]</td>
- </tr>
- <tr>
- <td>In a {{ domxref("Worker", "Web Worker") }}</td>
- <td>18 [1]</td>
- <td>{{CompatVersionUnknown}} [1]</td>
- <td>{{CompatGeckoMobile(14)}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatOpera(15)}} [1]</td>
- <td>6.0 [1]</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] Con <code><a href="/en-US/docs/Web/API/URL">URL</a></code> prefijado como <code>webkitURL</code></p>
+{{Compat("api.URL.createObjectURL")}}
<h2 id="Mirar_también">Mirar también</h2>