diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index 867999e36..de094cbcc 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -438,6 +438,7 @@ interface CookieStoreGetOptions { } interface CredentialCreationOptions { + digital?: DigitalCredentialCreationOptions; publicKey?: PublicKeyCredentialCreationOptions; signal?: AbortSignal; } @@ -542,6 +543,15 @@ interface DeviceOrientationEventInit extends EventInit { gamma?: number | null; } +interface DigitalCredentialCreateRequest { + data: any; + protocol: string; +} + +interface DigitalCredentialCreationOptions { + requests?: DigitalCredentialCreateRequest[]; +} + interface DisplayMediaStreamOptions { audio?: boolean | MediaTrackConstraints; video?: boolean | MediaTrackConstraints; @@ -23830,6 +23840,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 +23858,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 +23879,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..7e72a143e 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -438,6 +438,7 @@ interface CookieStoreGetOptions { } interface CredentialCreationOptions { + digital?: DigitalCredentialCreationOptions; publicKey?: PublicKeyCredentialCreationOptions; signal?: AbortSignal; } @@ -542,6 +543,15 @@ interface DeviceOrientationEventInit extends EventInit { gamma?: number | null; } +interface DigitalCredentialCreateRequest { + data: any; + protocol: string; +} + +interface DigitalCredentialCreationOptions { + requests?: DigitalCredentialCreateRequest[]; +} + interface DisplayMediaStreamOptions { audio?: boolean | MediaTrackConstraints; video?: boolean | MediaTrackConstraints; @@ -23809,6 +23819,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 +23837,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 +23858,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..f831ef106 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -438,6 +438,7 @@ interface CookieStoreGetOptions { } interface CredentialCreationOptions { + digital?: DigitalCredentialCreationOptions; publicKey?: PublicKeyCredentialCreationOptions; signal?: AbortSignal; } @@ -542,6 +543,15 @@ interface DeviceOrientationEventInit extends EventInit { gamma?: number | null; } +interface DigitalCredentialCreateRequest { + data: any; + protocol: string; +} + +interface DigitalCredentialCreationOptions { + requests?: DigitalCredentialCreateRequest[]; +} + interface DisplayMediaStreamOptions { audio?: boolean | MediaTrackConstraints; video?: boolean | MediaTrackConstraints; @@ -23830,6 +23840,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 +23858,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 +23879,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..2b50b00ce 160000 --- a/inputfiles/mdn +++ b/inputfiles/mdn @@ -1 +1 @@ -Subproject commit f6838cf0eb75531c30beebe1be8d3cbf63e80845 +Subproject commit 2b50b00ce6e88a5ba663d95a1553694b86dae86a 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": {