[w3c/browser-payment-api] The target of a PaymentRequestUpdateEvent may not be a PaymentRequest object (#347)

https://w3c.github.io/browser-payment-api/#updatewith-method step 1 says:

> Let target be the PaymentRequest object that is the target of the event. 

But target can be null, or some EventTarget that is not a PaymentRequest.  Behavior in that case needs to be defined (presumably to throw).

-- 
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/347

Received on Wednesday, 30 November 2016 04:28:43 UTC