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

allowedFeatures() 方法在 FeaturePolicy interface returns a list of directive names of all features allowed by the feature policy.enables introspection of individual directives of the Feature Policy it is run on. As such, allowedFeatures() method returns a subset of directives returned by features() .

句法

const allowed = FeaturePolicy.allowedFeatures()
					

参数

None.

返回值

An array of strings representing the Feature Policy directive names that are allowed by the Feature Policy this method is called on.

范例

The followin example logs all the allowed directives for the current document. Please note that these features 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 allowed = featurePolicy.allowedFeatures()
for (const directive of allowed){
  console.log(directive)
}
					

规范

规范 状态 注释
Feature Policy
The definition of 'allowsFeature' 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
allowedFeatures 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