-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add data for Web Serial API. #9199
Conversation
api/Navigator.json
Outdated
@@ -2382,6 +2382,54 @@ | |||
} | |||
} | |||
}, | |||
"serial": { | |||
"__compat": { | |||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/serviceWorker", |
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.
This URL and that in WorkerNavigator
needs to be updated.
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.
Fixed. PTAL
@jpmedley I tried verifying this with collector results but then noticed it's Chrome 89 which hasn't been released yet. Would you like to merge this before Chrome 89 is released? |
Chrome 89 is released now, so merging this. |
This was added in #9199 but isn't part of the API: https://wicg.github.io/serial/
This was added in #9199 but isn't part of the API: https://wicg.github.io/serial/
This fixes a URL first added in #9199.
https://www.chromestatus.com/feature/6577673212002304