Back to Content

HTMLIFrameElement: featurePolicy property

files/en-us/web/api/htmliframeelement/featurepolicy/index.md

latest577 B
Original Source

{{APIRef("Feature Policy API")}}{{SeeCompatTable}}

The featurePolicy read-only property of the {{DOMxRef("HTMLIFrameElement")}} interface returns the {{DOMxRef("FeaturePolicy")}} interface which provides a simple API for introspecting the Permissions Policies applied to a specific frame.

Value

A FeaturePolicy object that can be used to inspect the Permissions Policy settings applied to the frame.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}