aboutsummaryrefslogtreecommitdiff
path: root/files/fr/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/fr/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/fr/web/api/window')
-rw-r--r--files/fr/web/api/window/crypto/index.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/files/fr/web/api/window/crypto/index.html b/files/fr/web/api/window/crypto/index.html
deleted file mode 100644
index d669c22629..0000000000
--- a/files/fr/web/api/window/crypto/index.html
+++ /dev/null
@@ -1,43 +0,0 @@
----
-title: Window.crypto
-slug: Web/API/Window/crypto
-translation_of: Web/API/Window/crypto
----
-<p>{{APIRef}}</p>
-
-<p>La propriété, en lecture seule, {{domxref("Window.crypto")}} retourne l'objet {{domxref("Crypto")}}  associé à l'objet global. Cet objet permet aux pages web d'avoir un accès à certains services liés à cryptographie.</p>
-
-<h2 id="Syntaxe">Syntaxe</h2>
-
-<pre class="syntaxbox">var <em>cryptoObj</em> = window.crypto || window.msCrypto; // pour IE 11
-</pre>
-
-<h2 id="Specification">Spécifications</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">Statut</th>
- <th scope="col">Commentaire</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("Web Crypto API", "#dfn-GlobalCrypto", "Window.crypto")}}</td>
- <td>{{Spec2("Web Crypto API")}}</td>
- <td>Définition initiale</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2>
-
-<p>{{Compat("api.Window.crypto")}}</p>
-
-<h2 id="See_also">Voir aussi</h2>
-
-<ul>
- <li>L'objet global {{domxref("Window")}}</li>
- <li>L'interface {{domxref("Crypto")}}</li>
-</ul>