Skip to content

Commit 615bdb5

Browse files
authored
Merge branch 'microsoft:main' into descriptions
2 parents 79d9131 + 9e38fb9 commit 615bdb5

File tree

6 files changed

+23
-13
lines changed

6 files changed

+23
-13
lines changed

baselines/dom.generated.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30729,6 +30729,7 @@ declare var SourceBufferList: {
3072930729

3073030730
/**
3073130731
* The **`SpeechRecognitionAlternative`** interface of the Web Speech API represents a single word that has been recognized by the speech recognition service.
30732+
* Available only in secure contexts.
3073230733
*
3073330734
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionAlternative)
3073430735
*/
@@ -30754,6 +30755,7 @@ declare var SpeechRecognitionAlternative: {
3075430755

3075530756
/**
3075630757
* The **`SpeechRecognitionResult`** interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects.
30758+
* Available only in secure contexts.
3075730759
*
3075830760
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResult)
3075930761
*/
@@ -30786,6 +30788,7 @@ declare var SpeechRecognitionResult: {
3078630788

3078730789
/**
3078830790
* The **`SpeechRecognitionResultList`** interface of the Web Speech API represents a list of SpeechRecognitionResult objects, or a single one if results are being captured in SpeechRecognition.continuous mode.
30791+
* Available only in secure contexts.
3078930792
*
3079030793
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResultList)
3079130794
*/

baselines/ts5.5/dom.generated.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30708,6 +30708,7 @@ declare var SourceBufferList: {
3070830708

3070930709
/**
3071030710
* The **`SpeechRecognitionAlternative`** interface of the Web Speech API represents a single word that has been recognized by the speech recognition service.
30711+
* Available only in secure contexts.
3071130712
*
3071230713
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionAlternative)
3071330714
*/
@@ -30733,6 +30734,7 @@ declare var SpeechRecognitionAlternative: {
3073330734

3073430735
/**
3073530736
* The **`SpeechRecognitionResult`** interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects.
30737+
* Available only in secure contexts.
3073630738
*
3073730739
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResult)
3073830740
*/
@@ -30765,6 +30767,7 @@ declare var SpeechRecognitionResult: {
3076530767

3076630768
/**
3076730769
* The **`SpeechRecognitionResultList`** interface of the Web Speech API represents a list of SpeechRecognitionResult objects, or a single one if results are being captured in SpeechRecognition.continuous mode.
30770+
* Available only in secure contexts.
3076830771
*
3076930772
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResultList)
3077030773
*/

baselines/ts5.6/dom.generated.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30729,6 +30729,7 @@ declare var SourceBufferList: {
3072930729

3073030730
/**
3073130731
* The **`SpeechRecognitionAlternative`** interface of the Web Speech API represents a single word that has been recognized by the speech recognition service.
30732+
* Available only in secure contexts.
3073230733
*
3073330734
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionAlternative)
3073430735
*/
@@ -30754,6 +30755,7 @@ declare var SpeechRecognitionAlternative: {
3075430755

3075530756
/**
3075630757
* The **`SpeechRecognitionResult`** interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects.
30758+
* Available only in secure contexts.
3075730759
*
3075830760
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResult)
3075930761
*/
@@ -30786,6 +30788,7 @@ declare var SpeechRecognitionResult: {
3078630788

3078730789
/**
3078830790
* The **`SpeechRecognitionResultList`** interface of the Web Speech API represents a list of SpeechRecognitionResult objects, or a single one if results are being captured in SpeechRecognition.continuous mode.
30791+
* Available only in secure contexts.
3078930792
*
3079030793
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResultList)
3079130794
*/

inputfiles/mdn

Submodule mdn updated 297 files

inputfiles/removedTypes.jsonc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,10 @@
296296
"CredentialCreationOptions": {
297297
"members": {
298298
"member": {
299-
"federated": null, // Blink only as of 2024-06
300-
"password": null, // Blink only as of 2024-06
301-
"mediation": null // WebKit only as of 2024-06
299+
"digital": null, // Blink test-only as of 2025-05
300+
"federated": null, // Blink only as of 2025-05
301+
"password": null, // Blink only as of 2025-05
302+
"mediation": null // WebKit only as of 2025-05
302303
}
303304
}
304305
},

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)