[w3c/payment-handler] The Open Window Algorithm tries to access [[state]] of a request in a way that doesn't make sense (#192)

In the Payment Request API spec the [[state]] of a request seems to be handled fairly consistently always from tasks posts to the user interaction task source (or directly from methods called by javascript). But now in this spec the Open Window algorithm is suppose to somehow synchronously inspect this [[state]] from a completely different event loop (the service worker, rather than the originating document)? I'm not sure how implementations are supposed to implement, or even how that is supposed to work.

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

Received on Monday, 24 July 2017 21:06:11 UTC