From 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:24 +0200 Subject: convert content to md --- files/fr/web/api/crypto/subtle/index.md | 41 +++++++++++---------------------- 1 file changed, 14 insertions(+), 27 deletions(-) (limited to 'files/fr/web/api/crypto/subtle') diff --git a/files/fr/web/api/crypto/subtle/index.md b/files/fr/web/api/crypto/subtle/index.md index 5b0b24a70b..85b9fa4a84 100644 --- a/files/fr/web/api/crypto/subtle/index.md +++ b/files/fr/web/api/crypto/subtle/index.md @@ -3,40 +3,27 @@ title: Crypto.subtle slug: Web/API/Crypto/subtle translation_of: Web/API/Crypto/subtle --- -

{{APIRef("Web Crypto API")}}{{SecureContext_header}} 

+{{APIRef("Web Crypto API")}}{{SecureContext_header}} -

{{APIRef("Web Crypto API")}}

+{{APIRef("Web Crypto API")}} -

La propriété Crypto.subtle en mode lecture seule retourne un objet {{domxref("SubtleCrypto")}} permettant de réaliser des opérations cryptographiques.

+La propriété **`Crypto.subtle`** en mode lecture seule retourne un objet {{domxref("SubtleCrypto")}} permettant de réaliser des opérations cryptographiques. -

Syntaxe

+## Syntaxe -
var crypto = crypto.subtle;
+ var crypto = crypto.subtle; -

Spécifications

+## Spécifications - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{ SpecName('Web Crypto API', '#dfn-Crypto', 'Crypto.subtle') }}{{ Spec2('Web Crypto API') }}Définition initiale.
+| Spécification | Statut | Commentaire | +| ------------------------------------------------------------------------------------ | ---------------------------------------- | -------------------- | +| {{ SpecName('Web Crypto API', '#dfn-Crypto', 'Crypto.subtle') }} | {{ Spec2('Web Crypto API') }} | Définition initiale. | -

Compatibilité navigateur

+## Compatibilité navigateur -

{{Compat("api.Crypto.subtle")}}

+{{Compat("api.Crypto.subtle")}} -

Voir aussi

+## Voir aussi - +- {{domxref("Crypto")}}. +- {{domxref("SubtleCrypto")}}. -- cgit v1.2.3-54-g00ecf