Re: [w3c/gamepad] id field in gamepad might have a persistent identifier? (#73)

this is a good idea. do we have telemetry from the respective browsers on cross-origin usage of `Gamepad#id`? (I would assume it's close to zero.) would `navigator.getGamepads()` throw a `NotAllowedError` exception if a cross-origin document calls `Gamepad#id` as `<iframe src="https://example.com/page-using-the-gamepad-api"></iframe>` vs. `<iframe src="https://example.com/page-using-the-gamepad-api" allow="gamepad"></iframe>`?

-- 
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/73#issuecomment-529610938

Received on Monday, 9 September 2019 18:37:35 UTC