web api interface
FeaturePolicy
Limited availability
The FeaturePolicy interface represents the set of Permissions Policies applied to the current execution context.
Instance methods
allowsFeatureExperimental- : Returns a Boolean that indicates whether or not a particular feature is enabled in the specified context.
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.
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.
getAllowlistForFeatureExperimental- : Returns the allow for the specified feature.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.