blob: 996b69b362fbcacd5bd5a1eca54b36b476d67ec8 (
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
|
---
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>
|