Skip to content

Commit 9e38fb9

Browse files
authored
Update to webref/[email protected] (#2023)
Co-authored-by: saschanaz <[email protected]>
1 parent 043b1d8 commit 9e38fb9

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
@@ -23830,6 +23830,7 @@ declare var SourceBufferList: {
2383023830

2383123831
/**
2383223832
* The **`SpeechRecognitionAlternative`** interface of the Web Speech API represents a single word that has been recognized by the speech recognition service.
23833+
* Available only in secure contexts.
2383323834
*
2383423835
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionAlternative)
2383523836
*/
@@ -23847,6 +23848,7 @@ declare var SpeechRecognitionAlternative: {
2384723848

2384823849
/**
2384923850
* The **`SpeechRecognitionResult`** interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects.
23851+
* Available only in secure contexts.
2385023852
*
2385123853
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResult)
2385223854
*/
@@ -23867,6 +23869,7 @@ declare var SpeechRecognitionResult: {
2386723869

2386823870
/**
2386923871
* 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.
23872+
* Available only in secure contexts.
2387023873
*
2387123874
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResultList)
2387223875
*/

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

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

2381023810
/**
2381123811
* The **`SpeechRecognitionAlternative`** interface of the Web Speech API represents a single word that has been recognized by the speech recognition service.
23812+
* Available only in secure contexts.
2381223813
*
2381323814
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionAlternative)
2381423815
*/
@@ -23826,6 +23827,7 @@ declare var SpeechRecognitionAlternative: {
2382623827

2382723828
/**
2382823829
* The **`SpeechRecognitionResult`** interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects.
23830+
* Available only in secure contexts.
2382923831
*
2383023832
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResult)
2383123833
*/
@@ -23846,6 +23848,7 @@ declare var SpeechRecognitionResult: {
2384623848

2384723849
/**
2384823850
* 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.
23851+
* Available only in secure contexts.
2384923852
*
2385023853
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResultList)
2385123854
*/

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

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

2383123831
/**
2383223832
* The **`SpeechRecognitionAlternative`** interface of the Web Speech API represents a single word that has been recognized by the speech recognition service.
23833+
* Available only in secure contexts.
2383323834
*
2383423835
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionAlternative)
2383523836
*/
@@ -23847,6 +23848,7 @@ declare var SpeechRecognitionAlternative: {
2384723848

2384823849
/**
2384923850
* The **`SpeechRecognitionResult`** interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects.
23851+
* Available only in secure contexts.
2385023852
*
2385123853
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResult)
2385223854
*/
@@ -23867,6 +23869,7 @@ declare var SpeechRecognitionResult: {
2386723869

2386823870
/**
2386923871
* 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.
23872+
* Available only in secure contexts.
2387023873
*
2387123874
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResultList)
2387223875
*/

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)