Re: [w3c/payment-handler] [WIP] showPaymentUI() method (#325)

rsolomakhin commented on this pull request.



> +        partial interface Navigator {
+          [SecureContext, SameObject] readonly attribute PaymentHandlerContainer paymentHandler;
+        };
+        </pre>
+        <section>
+          <h2>
+            <dfn>data</dfn> attribute
+          </h2>
+          <p>
+            The <a>data</a> attribute returns
+            <a>[[\paymentHandlerRequestData]]</a>.
+          </p>
+        </section>
+        <section>
+          <h2>
+            <dfn>respondWith()</dfn> method

Does `navigator.paymentHandler.respondWith(response)` need its own algorithm?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-handler/pull/325#pullrequestreview-158173842

Received on Monday, 24 September 2018 15:57:19 UTC