From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/crypto_property/index.html | 44 ----------------------------- files/fr/web/api/crypto_property/index.md | 44 +++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 files/fr/web/api/crypto_property/index.html create mode 100644 files/fr/web/api/crypto_property/index.md (limited to 'files/fr/web/api/crypto_property') diff --git a/files/fr/web/api/crypto_property/index.html b/files/fr/web/api/crypto_property/index.html deleted file mode 100644 index 80365515c5..0000000000 --- a/files/fr/web/api/crypto_property/index.html +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Window.crypto -slug: Web/API/crypto_property -translation_of: Web/API/Window/crypto -original_slug: 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

- - diff --git a/files/fr/web/api/crypto_property/index.md b/files/fr/web/api/crypto_property/index.md new file mode 100644 index 0000000000..80365515c5 --- /dev/null +++ b/files/fr/web/api/crypto_property/index.md @@ -0,0 +1,44 @@ +--- +title: Window.crypto +slug: Web/API/crypto_property +translation_of: Web/API/Window/crypto +original_slug: 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