Re: [w3c/browser-payment-api] should .show() be user gated? (#486)

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