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
Require secure context for gamepad state and events #120
Conversation
|
Checked the cross references locally also... they are all good 👍 |
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.
Shifted order of things... let me know what you think!
|
Gecko tracking bug https://bugzilla.mozilla.org/show_bug.cgi?id=1591329 |
|
About the "secure context" not being linked on TR, filed a bug: |
|
Quick updated: landed the console message + returning the empty array + one fire events in secure context in Firefox Nightly. I still need to do the events, but they were breaking a bunch of WebXR things in Gecko, so will need to come back to those. |
|
Adding the logging in WebKit here: Restricting to SecureContext here: |
…e Context. For more information see w3c/gamepad#120
|
Please can you still allow API to work for local development (and learning)?! |
|
Hi @andrewfstratton. In most (all?) browsers, localhost is considered a secure context for development purposes: |
|
[moved to the original issue] |
Closes #113
The following tasks have been completed:
Implementation commitment:
Preview | Diff