Re: [w3c/payment-request] WIP: add paymentmethodchanged event (#695)

domenic commented on this pull request.



> @@ -515,13 +515,15 @@ <h2>
           Promise&lt;boolean&gt; canMakePayment();
 
           readonly attribute DOMString id;
+          readonly attribute object? methodDetails;

A good test to write will be that `pr.methodDetails === pr.methodDetails`. The spec makes this requirement clear but it's something implementers sometimes miss.

-- 
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-request/pull/695#pullrequestreview-116363198

Received on Monday, 30 April 2018 17:12:46 UTC