[w3c/browser-payment-api] Editorial: paymentResponse.complete() should return a rejected promise, not throw (#509)

> If the value of the internal slot [[completeCalled]] is true, then throw an "InvalidStateError" DOMException. 

is not correct

This is technically editorial since per Web IDL any "throws" are converted to rejects. But it's confusing.

-- 
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/issues/509

Received on Monday, 10 April 2017 16:26:53 UTC