We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e64de commit 4f57f79Copy full SHA for 4f57f79
testing/web-platform/tests/interfaces/feature-policy.idl
@@ -3,6 +3,7 @@
3
// (https://github.com/tidoust/reffy-reports)
4
// Source: Feature Policy (https://w3c.github.io/webappsec-feature-policy/)
5
6
+[Exposed=Window]
7
interface FeaturePolicy {
8
boolean allowsFeature(DOMString feature, optional DOMString origin);
9
sequence features();
@@ -17,6 +18,7 @@ partial interface Document {
17
18
partial interface HTMLIFrameElement {
19
[SameObject] readonly attribute FeaturePolicy featurePolicy;
20
};
21
+
22
[Exposed=Window]
23
interface FeaturePolicyViolationReportBody : ReportBody {
24
readonly attribute DOMString featureId;
0 commit comments