-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Chrome 139 supported SpeechRecognition.available/install/processLocally
#28112
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
Chrome 139 supported SpeechRecognition.available/install/processLocally
#28112
Conversation
This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `SpeechRecognition` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.15.1). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/SpeechRecognition Additional Notes: This effectively reverts the parts of mdn#27901 that relate to on-device speech recognition.
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
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.
I think @chrisdavidmills set these to 142 in #27901, but if the collector tests suggest that these APIs are available in 139, maybe instead we should set the feature as partial from 139 and no longer partial from 142?
See my notes in the linked PR; I'm pretty sure @evanbliu told me the release had been slipped to 142 because of some bugs they discovered. |
From BCD's point of view though, if these APIs are available (but e.g. not properly working) in an earlier version, then we would usually record this as partial implementation. |
OK, that's fair. |
SpeechRecognition.available/install/processLocally
"support": { | ||
"chrome": { | ||
"version_added": "142" | ||
"version_added": "139" |
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.
"support": { | ||
"chrome": { | ||
"version_added": "142" | ||
"version_added": "139" |
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.
"support": { | ||
"chrome": { | ||
"version_added": "142" | ||
"version_added": "139" |
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 PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the
SpeechRecognition
API. The data comes from the mdn-bcd-collector project (v10.15.1).Check out the collector's guide on how to review this PR.
Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/SpeechRecognition
Additional Notes: This effectively reverts the parts of #27901 that relate to on-device speech recognition.