- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 05 Apr 2017 19:57:28 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 April 2017 02:58:00 UTC
For clarity... ```JS if (!window.top.document.hasFocus()){ throw new DOMException("Top window must be focused to call .show()", "SecurityError"); } ``` @domenic, wdyt? -- 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/486#issuecomment-292055370
Received on Thursday, 6 April 2017 02:58:00 UTC