-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Permissions-Policy: gamepad - probably experimental #28744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| "version_added": "86", | ||
| "flags": [ | ||
| { | ||
| "type": "preference", | ||
| "name": "#restrict-gamepad-access", | ||
| "value_to_set": "Enabled" | ||
| } | ||
| ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably 103 according to https://chromium-review.googlesource.com/c/chromium/src/+/3566388
| "version_added": "86", | |
| "flags": [ | |
| { | |
| "type": "preference", | |
| "name": "#restrict-gamepad-access", | |
| "value_to_set": "Enabled" | |
| } | |
| ] | |
| "version_added": "103" |
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
| "opera": "mirror", | ||
| "opera_android": "mirror", | ||
| "safari": { | ||
| "version_added": false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe 17.4 according to https://webkit.org/blog/14916/release-notes-for-safari-technology-preview-186/ (and assuming it then went into what I believe is the corresponding release)
| "version_added": false | |
| "version_added": "17.4" |
Permissions-Policy: gamepadappears to have been removed in #23470 for the reasons given in #23470 (comment)The data is definitely wierd and needs to be looked at again.
Specifically,
@marcoscaceres Do you know if this actually did release in Chrome/Safari, and if so, in what versions
This falls out of the post mdn/content#42544