rsolomakhin commented on this pull request.
> + <h2>
+ The <dfn>AbortPaymentEvent</dfn>
+ </h2>
+ <p>
+ The <a>AbortPaymentEvent</a> is used to attempt to abort a payment
+ request in progress.
+ </p>
+ <pre class="idl">
+ [Constructor(DOMString type, ExtendableEventInit eventInitDict), Exposed=ServiceWorker]
+ interface AbortPaymentEvent : ExtendableEvent {
+ void respondWith(Promise<boolean>paymentAbortedResponse);
+ };
+ </pre>
+ <section>
+ <h2>
+ <dfn>respondWith</dfn>() method
Done.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-handler/pull/170#discussion_r130177499