Re: [w3c/gamepad] How do connection/disconnection events interact with 'device has been interacted with by the user'? (#71)

assuming the Gamepad API gets [Feature Policy](https://wicg.github.io/feature-policy/#examples) support, if the parent page has an HTTP response header of `Feature-Policy: gamepad 'self'` and the document body includes `<iframe allow="gamepad" src="…"></iframe>`, I would expect only that particular framed content to then have Gamepad API access.

-- 
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/gamepad/issues/71#issuecomment-401468095

Received on Friday, 29 June 2018 20:40:31 UTC