aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/crypto/subtle/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/crypto/subtle/index.html')
-rw-r--r--files/zh-cn/web/api/crypto/subtle/index.html6
1 files changed, 6 insertions, 0 deletions
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
---
<p>{{APIRef("Web Crypto API")}}</p>
+{{APIRef("Web Crypto API")}}{{SecureContext_header}}
+
<p><strong><code>Crypto.subtle</code></strong> 是一个只读属性,返回一个 {{domxref("SubtleCrypto")}} 对象允许做一个些加密操作。</p>
<h2 id="语法">语法</h2>
<pre>var <em>crypto</em> = crypto.subtle;</pre>
+<h3 id="value">值</h3>
+
+<p>一个可用于与Web Crypto API的低级加密功能交互的 {{domxref("SubtleCrypto")}} 对象。</p>
+
<h2 id="规范">规范</h2>
<table class="standard-table">