这是 实验性技术
检查 浏览器兼容性表格 要小心谨慎在生产中使用这之前。

getAllowlistForFeature() 方法在 FeaturePolicy allows query of the allow list for a specific feature for the current Feature Policy.

句法

const allowlist = FeaturePolicy.getAllowlistForFeature(<feature>)
					

参数

Feature name

A specific feature name must be specified.

返回值

An Allow list for the specified feature.

错误

The function will raise a warning if the specified Feature Policy directive name is not known. However, it will also return empty array, inditating that no origin is allowed to use the feature.

范例

The followin example prints all the origins that are allowed to use Camera API by the Feature Policy. Please note that Camera API might be restricted by the Permissions API, if the user did not grant the corrsponding permission yet.

// First, get the Feature Policy object
const featurePolicy = document.featurePolicy
// Then query feature for specific
const allowlist = featurePolicy.getAllowlistForFeature("camera")
for (const origin of allowlist){
  console.log(origin)
}
					

规范

规范 状态 注释
Feature Policy
The definition of 'getAllowlistForFeature' in that specification.
编者草案 初始定义。

浏览器兼容性

The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request. 更新 GitHub 上的兼容性数据
桌面 移动
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
getAllowlistForFeature Chrome 74
74
不支持 69 — 73 Disabled
Disabled ). To change preferences in Chrome, visit
Edge 79 Firefox 65 IE No Opera 62
62
不支持 56 — 62 Disabled
Disabled From version 56 until version 62 (exclusive): this feature is behind the #enable-experimental-productivity-features preference (needs to be set to 启用 ).
Safari No WebView Android 74 Chrome Android 74
74
不支持 69 — 74 Disabled
Disabled ). To change preferences in Chrome, visit
Firefox Android 65 Opera Android 48 Disabled
48 Disabled
Disabled From version 48: this feature is behind the #enable-experimental-productivity-features preference (needs to be set to 启用 ).
Safari iOS No Samsung Internet Android 11.0

图例

完整支持

完整支持

不支持

不支持

实验。期望将来行为有所改变。

实验。期望将来行为有所改变。

用户必须明确启用此特征。

用户必须明确启用此特征。

元数据

  • 最后修改:
  1. FeaturePolicy

版权所有  © 2014-2026 乐数软件    

工业和信息化部: 粤ICP备14079481号-1