Re: [w3c/payment-request] Attach 'payment request is showing boolean' to top-level browsing context (#811)

rsolomakhin commented on this pull request.

A payment handler is able to enumerate all of its own windows through the [Clients](https://developer.mozilla.org/en-US/docs/Web/API/Clients) API in service worker, so it can take the appropriate actions inside of the `'paymentrequest'` event to either abort the current payment, abort other ongoing payments, or allow multiple ongoing payments. We should not need to add anything else to the payment handler spec for now. Does that make sense?



-- 
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/811#pullrequestreview-177259396

Received on Wednesday, 21 November 2018 14:17:52 UTC