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/_redirects.txt | 1 + files/fr/_wikihistory.json | 16 +++++------ files/fr/web/api/crypto_property/index.html | 44 +++++++++++++++++++++++++++++ files/fr/web/api/window/crypto/index.html | 43 ---------------------------- 4 files changed, 53 insertions(+), 51 deletions(-) create mode 100644 files/fr/web/api/crypto_property/index.html delete mode 100644 files/fr/web/api/window/crypto/index.html (limited to 'files/fr') diff --git a/files/fr/_redirects.txt b/files/fr/_redirects.txt index 75a6c649fe..67ce230c91 100644 --- a/files/fr/_redirects.txt +++ b/files/fr/_redirects.txt @@ -3789,6 +3789,7 @@ /fr/docs/Web/API/Window.showModalDialog /fr/docs/Web/API/Window/showModalDialog /fr/docs/Web/API/Window/URL /fr/docs/conflicting/Web/API/URL /fr/docs/Web/API/Window/caches /fr/docs/Web/API/caches +/fr/docs/Web/API/Window/crypto /fr/docs/Web/API/crypto_property /fr/docs/Web/API/Window/gamepaddisconnected /fr/docs/Web/API/Window/gamepaddisconnected_event /fr/docs/Web/API/Window/mozAnimationStartTime /fr/docs/Web/API/Animation/startTime /fr/docs/Web/API/Window/ondevicelight /fr/docs/orphaned/Web/API/Window/ondevicelight diff --git a/files/fr/_wikihistory.json b/files/fr/_wikihistory.json index 6ecbbc4a2f..9e05ffbc28 100644 --- a/files/fr/_wikihistory.json +++ b/files/fr/_wikihistory.json @@ -20813,14 +20813,6 @@ "Voulto" ] }, - "Web/API/Window/crypto": { - "modified": "2019-06-12T16:41:52.512Z", - "contributors": [ - "plyd", - "foxstorm", - "alandrieu" - ] - }, "Web/API/Window/customElements": { "modified": "2019-03-18T21:37:51.562Z", "contributors": [ @@ -21957,6 +21949,14 @@ "Eliastik" ] }, + "Web/API/crypto_property": { + "modified": "2019-06-12T16:41:52.512Z", + "contributors": [ + "plyd", + "foxstorm", + "alandrieu" + ] + }, "Web/API/fetch": { "modified": "2020-11-16T08:26:54.613Z", "contributors": [ diff --git a/files/fr/web/api/crypto_property/index.html b/files/fr/web/api/crypto_property/index.html new file mode 100644 index 0000000000..80365515c5 --- /dev/null +++ b/files/fr/web/api/crypto_property/index.html @@ -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

+ + 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