diff options
author | Jb Audras <audrasjb@gmail.com> | 2021-07-30 07:42:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 07:42:10 +0200 |
commit | f60d6117b7003208bd1524cd4fa20b183ae60237 (patch) | |
tree | f2b153828a6d5e6ec9d0b5f24bd289e4f1e7da11 /files/fr/web/api/htmliframeelement | |
parent | 073e2346197594bb7295b9dfbc56c330915914f1 (diff) | |
download | translated-content-f60d6117b7003208bd1524cd4fa20b183ae60237.tar.gz translated-content-f60d6117b7003208bd1524cd4fa20b183ae60237.tar.bz2 translated-content-f60d6117b7003208bd1524cd4fa20b183ae60237.zip |
French translation of the HTMLIFrameElement allowpaymentrequest reference (#1792)
* original translation
* small fix + change language of one <i> tag
* Fix a missed issue and add a <i> on one iframe occurrence
Diffstat (limited to 'files/fr/web/api/htmliframeelement')
-rw-r--r-- | files/fr/web/api/htmliframeelement/allowpaymentrequest/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/fr/web/api/htmliframeelement/allowpaymentrequest/index.html b/files/fr/web/api/htmliframeelement/allowpaymentrequest/index.html new file mode 100644 index 0000000000..996b69b362 --- /dev/null +++ b/files/fr/web/api/htmliframeelement/allowpaymentrequest/index.html @@ -0,0 +1,27 @@ +--- +title: HTMLIFrameElement.allowPaymentRequest +slug: Web/API/HTMLIFrameElement/allowPaymentRequest +browser-compat: api.HTMLIFrameElement.allowPaymentRequest +translation_of: 'HTMLIFrameElement.allowPaymentRequest' +--- +<p>{{APIRef("HTML DOM")}}{{deprecated_header}}{{non-standard_header}}</p> + +<p>La propriété <strong><code>allowPaymentRequest</code></strong> de l'interface {{domxref("HTMLIFrameElement")}} retourne une valeur booléenne indiquant si la <a href="/fr/docs/Web/API/Payment_Request_API"><i lang="en">Payment Request API</i></a> peut être invoquée sur une <i lang="en">iframe</i> utilisant une origine tierce.</p> + +<h2 id="syntax">Syntaxe</h2> + +<pre class="brush: js">var allow = htmlIFrameElement.allowPaymentRequest</pre> + +<h3 id="value">Valeur</h3> + +<p>Une valeur booléenne.</p> + +<h2 id="browser_compatibility">Compatibilité des navigateurs</h2> + +<p>{{Compat}}</p> + +<h2 id="see_also">Voir aussi</h2> + +<ul> + <li><a href="/fr/docs/Web/API/Payment_Request_API">Payment Request API</a> </li> +</ul> |