Back to Content

HTMLIFrameElement: allowPaymentRequest property

files/en-us/web/api/htmliframeelement/allowpaymentrequest/index.md

latest452 B
Original Source

{{APIRef("HTML DOM")}}{{Deprecated_Header}}{{Non-standard_Header}}

The allowPaymentRequest property of the {{domxref("HTMLIFrameElement")}} interface returns a boolean value indicating whether the Payment Request API may be invoked on a cross-origin iframe.

Value

A boolean value.

Browser compatibility

{{Compat}}

See also