Re: [w3c/browser-payment-api] Make updateWith() return a promise signaling any update failures (#418)

Oh no, spoke too soon. After double-checking [the code](https://cs.chromium.org/chromium/src/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp?l=742-775), I notice that invalid data in `updateWith()` will reject the `show()` promise. I can change it to throw instead, if that's more desirable. Sorry!

-- 
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/browser-payment-api/pull/418#issuecomment-281380916

Received on Tuesday, 21 February 2017 15:42:37 UTC