这篇翻译不完整。请帮忙从英语翻译这篇文章。
Crypto.subtle
是一个只读属性,返回一个 SubtleCrypto
对象允许做一个些加密操作。
Syntax
var crypto = crypto.subtle;
Specifications
Specification | Status | Comment |
---|---|---|
Web Cryptography API Crypto.subtle |
Candidate Recommendation | Initial definition. |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 37 | 34 (34) | 未实现 | ? | 未实现 |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | (Yes) | 37 | 34.0 (34) | 未实现 | ? | 未实现 |