diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index 867999e36..d3b64fd20 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -23830,6 +23830,7 @@ declare var SourceBufferList: { /** * The **`SpeechRecognitionAlternative`** interface of the Web Speech API represents a single word that has been recognized by the speech recognition service. + * Available only in secure contexts. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionAlternative) */ @@ -23847,6 +23848,7 @@ declare var SpeechRecognitionAlternative: { /** * The **`SpeechRecognitionResult`** interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects. + * Available only in secure contexts. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResult) */ @@ -23867,6 +23869,7 @@ declare var SpeechRecognitionResult: { /** * 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. + * Available only in secure contexts. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResultList) */ diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index f79cf1155..31829ff26 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -23809,6 +23809,7 @@ declare var SourceBufferList: { /** * The **`SpeechRecognitionAlternative`** interface of the Web Speech API represents a single word that has been recognized by the speech recognition service. + * Available only in secure contexts. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionAlternative) */ @@ -23826,6 +23827,7 @@ declare var SpeechRecognitionAlternative: { /** * The **`SpeechRecognitionResult`** interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects. + * Available only in secure contexts. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResult) */ @@ -23846,6 +23848,7 @@ declare var SpeechRecognitionResult: { /** * 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. + * Available only in secure contexts. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResultList) */ diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index bb1b9ba41..435ce4c60 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -23830,6 +23830,7 @@ declare var SourceBufferList: { /** * The **`SpeechRecognitionAlternative`** interface of the Web Speech API represents a single word that has been recognized by the speech recognition service. + * Available only in secure contexts. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionAlternative) */ @@ -23847,6 +23848,7 @@ declare var SpeechRecognitionAlternative: { /** * The **`SpeechRecognitionResult`** interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects. + * Available only in secure contexts. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResult) */ @@ -23867,6 +23869,7 @@ declare var SpeechRecognitionResult: { /** * 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. + * Available only in secure contexts. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResultList) */ diff --git a/inputfiles/mdn b/inputfiles/mdn index f6838cf0e..c99b4f2d0 160000 --- a/inputfiles/mdn +++ b/inputfiles/mdn @@ -1 +1 @@ -Subproject commit f6838cf0eb75531c30beebe1be8d3cbf63e80845 +Subproject commit c99b4f2d0ea81c0e8822a749d218015c75995b5b diff --git a/inputfiles/removedTypes.jsonc b/inputfiles/removedTypes.jsonc index 69f08a6af..d474423d2 100644 --- a/inputfiles/removedTypes.jsonc +++ b/inputfiles/removedTypes.jsonc @@ -296,9 +296,10 @@ "CredentialCreationOptions": { "members": { "member": { - "federated": null, // Blink only as of 2024-06 - "password": null, // Blink only as of 2024-06 - "mediation": null // WebKit only as of 2024-06 + "digital": null, // Blink test-only as of 2025-05 + "federated": null, // Blink only as of 2025-05 + "password": null, // Blink only as of 2025-05 + "mediation": null // WebKit only as of 2025-05 } } }, diff --git a/package-lock.json b/package-lock.json index fdee1f6a7..2e565a23f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -348,9 +348,9 @@ } }, "node_modules/@mdn/browser-compat-data": { - "version": "6.0.13", - "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-6.0.13.tgz", - "integrity": "sha512-RSYYaex/5lC4mim5pMTKHxfSpWf7Oc4r8Vk4exFVvt/KzIj7GacXAiYu5WfGnIWrBaa0KaSPda7oanQiFwjbeg==", + "version": "6.0.14", + "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-6.0.14.tgz", + "integrity": "sha512-WyNFl0UDRo/gUgp6bwvW/N0zv2DDQlmJB6G9svGBi9VSTXSww2IJj1PKwhlcXVQSD0B2fzL9bIFyCMJl4A1aLA==", "dev": true, "license": "CC0-1.0" }, @@ -949,9 +949,9 @@ } }, "node_modules/@webref/css": { - "version": "6.20.10", - "resolved": "https://registry.npmjs.org/@webref/css/-/css-6.20.10.tgz", - "integrity": "sha512-R18PvE+oxK/kiqsUlKZ5ZD5nprxFZIuybOSzPZkN0PzI1f2CJQQtTVqmHyzgR0rx4dnn87W2QI5ONytzbNOISg==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@webref/css/-/css-6.21.0.tgz", + "integrity": "sha512-cSSJibUctBM3Ht/ieVfm7/wvq+YO4z1YYGKi8vm4yoPh1Z7yxtyKiEh8+aM8B89grSzTXjRys7Q+PtwX6/Cmgg==", "dev": true, "license": "MIT", "peerDependencies": { @@ -973,9 +973,9 @@ "license": "MIT" }, "node_modules/@webref/idl": { - "version": "3.62.1", - "resolved": "https://registry.npmjs.org/@webref/idl/-/idl-3.62.1.tgz", - "integrity": "sha512-0jVKEgaToOu1xG1yep30+xo4Ql7MMtR3yc9iXhbBH8fTQvTbRpqoWGDchZaLndhIzVpjruOrE+XotZ8n+EAuXw==", + "version": "3.63.0", + "resolved": "https://registry.npmjs.org/@webref/idl/-/idl-3.63.0.tgz", + "integrity": "sha512-ccHJi1I4jMSJ0ojpJ7Tnwc78V7aWxGVVyNx4pkQujepAG6RTVVQg0VAfNYvUFGaOISv4FM9BlhRCS4En69g4zg==", "dev": true, "license": "MIT", "peerDependencies": {