- From: Dave Longley <notifications@github.com>
- Date: Thu, 10 Aug 2017 20:24:33 +0000 (UTC)
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 10 August 2017 20:24:56 UTC
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