blob: 452e826dd6374b8ed2e071daac27e89947070808 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
---
title: HTMLIFrameElement.featurePolicy
slug: Web/API/HTMLIFrameElement/featurePolicy
tags:
- API
- Feature Policy
- Feature-Policy
- HTMLIFrameElement
- Policy
- Property
translation_of: Web/API/HTMLIFrameElement/featurePolicy
---
<div>{{APIRef("Feature Policy API")}}{{SeeCompatTable}}</div>
<p><span class="seoSummary">La propriété en lecture seule <strong><code>featurePolicy</code></strong> 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 <code><iframe></code> spécifique.</span></p>
<h2 id="Syntaxe">Syntaxe</h2>
<pre class="syntaxbox notranslate">var policy = <em>HTMLIFrameElement</em>.featurePolicy</pre>
<h3 id="Valeur">Valeur</h3>
<p>Un objet <a href="https://developer.mozilla.org/en-US/docs/Web/API/FeaturePolicy" title="Note: This interface is called Policy in Firefox."><code>FeaturePolicy</code></a> pouvant être utilisé pour consulter les paramètres Feature Policy appliqués au cadre.</p>
<h2 id="Spécification">Spécification</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="col">Spécification</th>
<th scope="col">État</th>
<th scope="col">Commentaire</th>
</tr>
<tr>
<td>{{SpecName("Feature Policy")}}</td>
<td>{{Spec2("Feature Policy")}}</td>
<td>Définition initiale.</td>
</tr>
</tbody>
</table>
<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
<p>{{Compat("api.HTMLIFrameElement.featurePolicy")}}</p>
|