- From: Rouslan Solomakhin <notifications@github.com>
- Date: Mon, 24 Sep 2018 08:56:57 -0700
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 24 September 2018 15:57:19 UTC
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