window屬性:isSecureContext

2018-04-10 10:52 更新

isSecureContext屬性

提示:在使用此功能之前,請(qǐng)仔細(xì)檢查瀏覽器兼容性表。

該 window.isSecureContext 只讀屬性表示上下文是否能夠使用需要功能的安全環(huán)境。

isSecureContext屬性語法

var isSecure = window.isSecureContext

isSecureContext屬性示例

特征檢測(cè)

您可以使用特征檢測(cè)來檢查它們是否處于安全上下文中,或通過使用全局范圍中公開的 isSecureContext 布爾值來檢查它們是否處于安全上下文中。

if (window.isSecureContext) {
  // Page is a secure context so service workers are now available
  navigator.serviceWorker.register("/offline-worker.js").then(function () {
    ...
  });
}

規(guī)范

規(guī)范狀態(tài)注釋
安全的上下文Candidate Recommendation
初始定義

瀏覽器兼容性

我們正在將兼容性數(shù)據(jù)轉(zhuǎn)換為機(jī)器可讀的JSON格式。

  • 電腦端
特征Chrome
Edge
Firefox(Gecko)
Internet Explorer
Opera
Safari(WebKit)
基本支持支持支持支持:49??
考慮window.opener不支持不支持支持:49??
  • 移動(dòng)端

特征AndroidAndroid WebviewEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari MobileChrome for Android
基本支持不支持支持支持支持:49.0???支持
考慮 window.opener不支持支持不支持支持:49.0????
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)