diff options
author | btea <2356281422@qq.com> | 2021-10-19 09:15:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 22:15:32 +0800 |
commit | bbd03acab97ed2996daa2932074954d999d1c64c (patch) | |
tree | 9e551165c236fa5accdb5b636c74ed753905b26e /files | |
parent | decf6af3090f4ffb7adf63734381c60ac2809a22 (diff) | |
download | translated-content-bbd03acab97ed2996daa2932074954d999d1c64c.tar.gz translated-content-bbd03acab97ed2996daa2932074954d999d1c64c.tar.bz2 translated-content-bbd03acab97ed2996daa2932074954d999d1c64c.zip |
Update Web/API/Crypto/subtle, zh-CN (#2742)
* supply notecard and value
* Use macro instead
* remove p tag
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/web/api/crypto/subtle/index.html | 6 |
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"> |