From 589e24fc829e1a5ff9827985f453720a4a6c804e Mon Sep 17 00:00:00 2001 From: MDN Date: Sat, 2 Oct 2021 00:48:46 +0000 Subject: [CRON] sync translated content --- files/fr/web/api/window/crypto/index.html | 43 ------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 files/fr/web/api/window/crypto/index.html (limited to 'files/fr/web/api/window/crypto') 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 ---- -

{{APIRef}}

- -

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.

- -

Syntaxe

- -
var cryptoObj = window.crypto || window.msCrypto; // pour IE 11
-
- -

Spécifications

- - - - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName("Web Crypto API", "#dfn-GlobalCrypto", "Window.crypto")}}{{Spec2("Web Crypto API")}}Définition initiale
- -

Compatibilité des navigateurs

- -

{{Compat("api.Window.crypto")}}

- -

Voir aussi

- - -- cgit v1.2.3-54-g00ecf