aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/window
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-10-02 00:48:46 +0000
committerMDN <actions@users.noreply.github.com>2021-10-02 00:48:46 +0000
commit589e24fc829e1a5ff9827985f453720a4a6c804e (patch)
tree6c288a0033eb6e20b75a082a92839f1ce4c695db /files/es/web/api/window
parente37aebdf4ed894fbf9f917ccb5b4b4d0ddbdfb32 (diff)
downloadtranslated-content-589e24fc829e1a5ff9827985f453720a4a6c804e.tar.gz
translated-content-589e24fc829e1a5ff9827985f453720a4a6c804e.tar.bz2
translated-content-589e24fc829e1a5ff9827985f453720a4a6c804e.zip
[CRON] sync translated content
Diffstat (limited to 'files/es/web/api/window')
-rw-r--r--files/es/web/api/window/crypto/index.html88
1 files changed, 0 insertions, 88 deletions
diff --git a/files/es/web/api/window/crypto/index.html b/files/es/web/api/window/crypto/index.html
deleted file mode 100644
index 49756dfc08..0000000000
--- a/files/es/web/api/window/crypto/index.html
+++ /dev/null
@@ -1,88 +0,0 @@
----
-title: Window.crypto
-slug: Web/API/Window/crypto
-translation_of: Web/API/Window/crypto
----
-<p>{{APIRef}}</p>
-
-<p>La propiedad de sólo lectura {{domxref("Window.crypto")}} devuelve el objeto <a href="/es/docs/Web/API/Crypto">Crypto</a> asociado a un objeto global. Este objeto permite a las páginas web acceder a ciertos servicios relacionados con criptografía.</p>
-
-<h2 id="Sintaxis">Sintaxis</h2>
-
-<pre class="syntaxbox">var <em>cryptoObj</em> = window.crypto || window.msCrypto; // para IE 11
-</pre>
-
-<h2 id="Specification" name="Specification">Especificaciones</h2>
-
-<table class="spec-table standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificación</th>
- <th scope="col">Estado</th>
- <th scope="col">Comentario</th>
- </tr>
- <tr>
- <td>{{SpecName('Web Crypto API')}}</td>
- <td>{{Spec2('Web Crypto API')}}</td>
- <td>Definición Inicial</td>
- </tr>
- </tbody>
-</table>
-
-<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</th>
- </tr>
- <tr>
- <td>Sporte Básico</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>11 {{ property_prefix("-ms") }}</td>
- <td>15</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th><span style="font-family: open sans light,helvetica,arial,sans-serif; font-size: 16px; line-height: 16px;">Característica</span></th>
- <th>Android</th>
- <th>Chrome para Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Soporte Básico</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="Ver_También">Ver También</h2>
-
-<ul>
- <li>El objeto Global {{domxref("Window")}}</li>
-</ul>