Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. FeaturePolicy

FeaturePolicy

Experimental:This is anexperimental technology
Check theBrowser compatibility table carefully before using this in production.

TheFeaturePolicy interface represents the set ofPermissions Policies applied to the current execution context.

Instance methods

FeaturePolicy.allowsFeatureExperimental

Returns a Boolean that indicates whether or not a particular feature is enabled in the specified context.

FeaturePolicy.featuresExperimental

Returns a list of names of all features supported by the User Agent. Features whose names appear on the list might not be allowed by the Permissions Policy of the current execution context and/or might be restricted by user-granted permissions.

FeaturePolicy.allowedFeaturesExperimental

Returns a list of names of all features supported by the User Agent and allowed by the Permissions Policy. Note that features appearing on this list might still be behind a user permission.

FeaturePolicy.getAllowlistForFeatureExperimental

Returns the allow for the specified feature.

Specifications

This feature does not appear to be defined in any specification.

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp