-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support USB API #1694
Comments
Thanks for the report! We currently support stage 3 and above proposals and we support them by copying in the official WebIDL file into our webidl folder, do you know what stage this proposal is at and where it's WebIDL can be found? |
Thanks for the reply. I have found https://wicg.github.io/webusb/#idl-index (very recent update...) |
Do you think it can be safe to add that one: |
I'm going to close this in favor of #1950 which is a general strategy of how to support unstable WebIDL files. |
Is it possible to support Web USB API ?
Examples of required features can be found here: https://developers.google.com/web/updates/2016/03/access-usb-devices-on-the-web
Only chrome as implemented that API, but it can be great to expose it.
The text was updated successfully, but these errors were encountered: