Back to Content

Document: featurePolicy property

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

latest543 B
Original Source

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

The featurePolicy read-only property of the {{domxref("Document")}} interface returns the {{domxref("FeaturePolicy")}} interface which provides a simple API for inspecting the Permissions Policies applied to a specific document.

Value

A {{domxref("FeaturePolicy")}} object that can be used to inspect the Permissions Policy settings applied to the document.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}