[w3c/payment-handler] Trying to get a non-existing value is not exceptional (#230)

In `PaymentInstruments.get()` method

It states:
> Otherwise, reject p with a DOMException whose value is "NotFoundError".

This is ideal, as trying to get something that might no longer be there is not "exceptional". It should just resolve with `undefined`. 


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

Received on Tuesday, 28 November 2017 02:21:08 UTC