We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b76e4d commit bfe30f0Copy full SHA for bfe30f0
index.html
@@ -4778,6 +4778,19 @@ <h2>
4778
consent.
4779
</p>
4780
</section>
4781
+ <section>
4782
+ <h2>
4783
+ canMakePayment() protections
4784
+ </h2>
4785
+ <p data-link-for="PaymentRequest">
4786
+ The <a>canMakePayment()</a> method enables the payee to call
4787
+ <a>show()</a> if the user is ready to take advantage of the API, or
4788
+ to fall back to a legacy checkout experience if not. Because this
4789
+ method shares some information with the payee, user agents are
4790
+ expected to protect the user from abuse of the method, for example,
4791
+ by restricting the number or frequency of calls.
4792
+ </p>
4793
+ </section>
4794
4795
<section id="dependencies">
4796
<h2>
0 commit comments