-
Couldn't load subscription status.
- Fork 2.4k
Updates to Web Speech API data #27901
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
Changes from 1 commit
bc5e9e6
83e1413
bbf1ffe
32b4d59
7131479
66fc423
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,14 @@ | |
| "chrome_android": "mirror", | ||
| "edge": "mirror", | ||
| "firefox": { | ||
| "version_added": false | ||
| "version_added": "44", | ||
caugner marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "flags": [ | ||
| { | ||
| "type": "preference", | ||
| "name": "media.webspeech.recognition.enable", | ||
| "value_to_set": "true" | ||
| } | ||
| ] | ||
|
||
| }, | ||
| "firefox_android": "mirror", | ||
| "oculus": "mirror", | ||
|
|
@@ -39,9 +46,9 @@ | |
| "webview_ios": "mirror" | ||
| }, | ||
| "status": { | ||
| "experimental": true, | ||
| "experimental": false, | ||
| "standard_track": true, | ||
| "deprecated": false | ||
| "deprecated": true | ||
| } | ||
| }, | ||
| "SpeechGrammarList": { | ||
|
|
@@ -65,7 +72,14 @@ | |
| "chrome_android": "mirror", | ||
| "edge": "mirror", | ||
| "firefox": { | ||
| "version_added": false | ||
| "version_added": "44", | ||
| "flags": [ | ||
| { | ||
| "type": "preference", | ||
| "name": "media.webspeech.recognition.enable", | ||
| "value_to_set": "true" | ||
| } | ||
| ] | ||
| }, | ||
| "firefox_android": "mirror", | ||
| "oculus": "mirror", | ||
|
|
@@ -84,9 +98,9 @@ | |
| "webview_ios": "mirror" | ||
| }, | ||
| "status": { | ||
| "experimental": true, | ||
| "experimental": false, | ||
| "standard_track": true, | ||
| "deprecated": false | ||
| "deprecated": true | ||
| } | ||
| } | ||
| }, | ||
|
|
@@ -104,7 +118,14 @@ | |
| "chrome_android": "mirror", | ||
| "edge": "mirror", | ||
| "firefox": { | ||
| "version_added": false | ||
| "version_added": "44", | ||
| "flags": [ | ||
| { | ||
| "type": "preference", | ||
| "name": "media.webspeech.recognition.enable", | ||
| "value_to_set": "true" | ||
| } | ||
| ] | ||
| }, | ||
| "firefox_android": "mirror", | ||
| "oculus": "mirror", | ||
|
|
@@ -123,9 +144,9 @@ | |
| "webview_ios": "mirror" | ||
| }, | ||
| "status": { | ||
| "experimental": true, | ||
| "experimental": false, | ||
| "standard_track": true, | ||
| "deprecated": false | ||
| "deprecated": true | ||
| } | ||
| } | ||
| }, | ||
|
|
@@ -143,7 +164,14 @@ | |
| "chrome_android": "mirror", | ||
| "edge": "mirror", | ||
| "firefox": { | ||
| "version_added": false | ||
| "version_added": "44", | ||
| "flags": [ | ||
| { | ||
| "type": "preference", | ||
| "name": "media.webspeech.recognition.enable", | ||
| "value_to_set": "true" | ||
| } | ||
| ] | ||
| }, | ||
| "firefox_android": "mirror", | ||
| "oculus": "mirror", | ||
|
|
@@ -162,9 +190,9 @@ | |
| "webview_ios": "mirror" | ||
| }, | ||
| "status": { | ||
| "experimental": true, | ||
| "experimental": false, | ||
| "standard_track": true, | ||
| "deprecated": false | ||
| "deprecated": true | ||
| } | ||
| } | ||
| }, | ||
|
|
@@ -182,7 +210,14 @@ | |
| "chrome_android": "mirror", | ||
| "edge": "mirror", | ||
| "firefox": { | ||
| "version_added": false | ||
| "version_added": "44", | ||
| "flags": [ | ||
| { | ||
| "type": "preference", | ||
| "name": "media.webspeech.recognition.enable", | ||
| "value_to_set": "true" | ||
| } | ||
| ] | ||
| }, | ||
| "firefox_android": "mirror", | ||
| "oculus": "mirror", | ||
|
|
@@ -201,9 +236,9 @@ | |
| "webview_ios": "mirror" | ||
| }, | ||
| "status": { | ||
| "experimental": true, | ||
| "experimental": false, | ||
| "standard_track": true, | ||
| "deprecated": false | ||
| "deprecated": true | ||
| } | ||
| } | ||
| }, | ||
|
|
@@ -221,7 +256,14 @@ | |
| "chrome_android": "mirror", | ||
| "edge": "mirror", | ||
| "firefox": { | ||
| "version_added": false | ||
| "version_added": "44", | ||
| "flags": [ | ||
| { | ||
| "type": "preference", | ||
| "name": "media.webspeech.recognition.enable", | ||
| "value_to_set": "true" | ||
| } | ||
| ] | ||
| }, | ||
| "firefox_android": "mirror", | ||
| "oculus": "mirror", | ||
|
|
@@ -240,9 +282,9 @@ | |
| "webview_ios": "mirror" | ||
| }, | ||
| "status": { | ||
| "experimental": true, | ||
| "experimental": false, | ||
| "standard_track": true, | ||
| "deprecated": false | ||
| "deprecated": true | ||
| } | ||
| } | ||
| } | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As mentioned above, Firefox also supports
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, I've added Firefox 143 support for |


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.
Addendum: Firefox also supports
SpeechGrammaronly since 142 behind the pref.