Re: [w3c/payment-handler] Add CanMakePaymentEvent and AbortPaymentEvent. (#170)

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&lt;boolean&gt;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

Received on Friday, 28 July 2017 20:19:09 UTC