WindowOrWorkerGlobalScope接口属性:isSecureContext
isSecureContext属性
在你使用此功能之前,请仔细检查浏览器兼容性表。
WindowOrWorkerGlobalScope 接口的 isSecureContext 只读属性返回一个布尔值,指示当前上下文是安全的(true)还是不安全的(false)。
isSecureContext属性句法
var isItSecure = self.isSecureContext; //或者只是isSecureContext
isSecureContext属性值
isSecureContext 只读属性的值为一个 Boolean。
规范
规范 | 状态 | 注释 |
---|---|---|
Secure Contexts 该规范中的'WindowOrWorkerGlobalScope.isSecureContext'的定义。 | Candidate Recommendation | 初始定义。 |
浏览器兼容性
我们正在将兼容性数据转换为机器可读的JSON格式。
- 电脑端
特征 | Chrome | Firefox(Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
基本支持 | 支持:55 | 支持:52 | ? | ? | ? |
- 移动端
特征 | Android Webview | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
基本支持 | 支持:55 | 支持:55 | 支持:52 | ? | ? | ? |