From bbd03acab97ed2996daa2932074954d999d1c64c Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Tue, 19 Oct 2021 09:15:32 -0500 Subject: Update Web/API/Crypto/subtle, zh-CN (#2742) * supply notecard and value * Use macro instead * remove p tag --- files/zh-cn/web/api/crypto/subtle/index.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'files/zh-cn') diff --git a/files/zh-cn/web/api/crypto/subtle/index.html b/files/zh-cn/web/api/crypto/subtle/index.html index 750c1dd189..6195de91fc 100644 --- a/files/zh-cn/web/api/crypto/subtle/index.html +++ b/files/zh-cn/web/api/crypto/subtle/index.html @@ -5,12 +5,18 @@ translation_of: Web/API/Crypto/subtle ---
{{APIRef("Web Crypto API")}}
+{{APIRef("Web Crypto API")}}{{SecureContext_header}} +Crypto.subtle
是一个只读属性,返回一个 {{domxref("SubtleCrypto")}} 对象允许做一个些加密操作。
var crypto = crypto.subtle;+
一个可用于与Web Crypto API的低级加密功能交互的 {{domxref("SubtleCrypto")}} 对象。
+