Re: [w3c/payment-handler] Change openWindow algorithm 14.1 to 'Resolve promise with null.' (#201)

It should not be a cross origin window. It should be opening a window to the same origin that the service worker is running in.

If the window opens an origin that isn't the same as the service worker's then a `"SecurityError" DOMException` is thrown ([see step 14 of the open window algorithm](https://w3c.github.io/payment-handler/#dfn-open-window-algorithm)).

-- 
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/201#issuecomment-321663351

Received on Thursday, 10 August 2017 20:24:56 UTC