From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../api/htmliframeelement/featurepolicy/index.html | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 files/fr/web/api/htmliframeelement/featurepolicy/index.html (limited to 'files/fr/web/api/htmliframeelement/featurepolicy') diff --git a/files/fr/web/api/htmliframeelement/featurepolicy/index.html b/files/fr/web/api/htmliframeelement/featurepolicy/index.html new file mode 100644 index 0000000000..452e826dd6 --- /dev/null +++ b/files/fr/web/api/htmliframeelement/featurepolicy/index.html @@ -0,0 +1,46 @@ +--- +title: HTMLIFrameElement.featurePolicy +slug: Web/API/HTMLIFrameElement/featurePolicy +tags: + - API + - Feature Policy + - Feature-Policy + - HTMLIFrameElement + - Policy + - Property +translation_of: Web/API/HTMLIFrameElement/featurePolicy +--- +
{{APIRef("Feature Policy API")}}{{SeeCompatTable}}
+ +

La propriété en lecture seule featurePolicy de l'interface {{DOMxRef("HTMLIFrameElement")}} retourne l'interface {{DOMxRef("FeaturePolicy")}}, qui fournit une API simple pour consulter facilement les règles de fonctionnalités appliquées à un élément <iframe> spécifique.

+ +

Syntaxe

+ +
var policy = HTMLIFrameElement.featurePolicy
+ +

Valeur

+ +

Un objet FeaturePolicy pouvant être utilisé pour consulter les paramètres Feature Policy appliqués au cadre.

+ +

Spécification

+ + + + + + + + + + + + + + +
SpécificationÉtatCommentaire
{{SpecName("Feature Policy")}}{{Spec2("Feature Policy")}}Définition initiale.
+ +

Compatibilité des navigateurs

+ + + +

{{Compat("api.HTMLIFrameElement.featurePolicy")}}

-- cgit v1.2.3-54-g00ecf