Skip to content

Commit 1f50b45

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 043b1d8 commit 1f50b45

File tree

5 files changed

+49
-10
lines changed

5 files changed

+49
-10
lines changed

baselines/dom.generated.d.ts

+13
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ interface CookieStoreGetOptions {
438438
}
439439

440440
interface CredentialCreationOptions {
441+
digital?: DigitalCredentialCreationOptions;
441442
publicKey?: PublicKeyCredentialCreationOptions;
442443
signal?: AbortSignal;
443444
}
@@ -542,6 +543,15 @@ interface DeviceOrientationEventInit extends EventInit {
542543
gamma?: number | null;
543544
}
544545

546+
interface DigitalCredentialCreateRequest {
547+
data: any;
548+
protocol: string;
549+
}
550+
551+
interface DigitalCredentialCreationOptions {
552+
requests?: DigitalCredentialCreateRequest[];
553+
}
554+
545555
interface DisplayMediaStreamOptions {
546556
audio?: boolean | MediaTrackConstraints;
547557
video?: boolean | MediaTrackConstraints;
@@ -23830,6 +23840,7 @@ declare var SourceBufferList: {
2383023840

2383123841
/**
2383223842
* The **`SpeechRecognitionAlternative`** interface of the Web Speech API represents a single word that has been recognized by the speech recognition service.
23843+
* Available only in secure contexts.
2383323844
*
2383423845
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionAlternative)
2383523846
*/
@@ -23847,6 +23858,7 @@ declare var SpeechRecognitionAlternative: {
2384723858

2384823859
/**
2384923860
* The **`SpeechRecognitionResult`** interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects.
23861+
* Available only in secure contexts.
2385023862
*
2385123863
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResult)
2385223864
*/
@@ -23867,6 +23879,7 @@ declare var SpeechRecognitionResult: {
2386723879

2386823880
/**
2386923881
* 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.
23882+
* Available only in secure contexts.
2387023883
*
2387123884
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResultList)
2387223885
*/

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

+13
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ interface CookieStoreGetOptions {
438438
}
439439

440440
interface CredentialCreationOptions {
441+
digital?: DigitalCredentialCreationOptions;
441442
publicKey?: PublicKeyCredentialCreationOptions;
442443
signal?: AbortSignal;
443444
}
@@ -542,6 +543,15 @@ interface DeviceOrientationEventInit extends EventInit {
542543
gamma?: number | null;
543544
}
544545

546+
interface DigitalCredentialCreateRequest {
547+
data: any;
548+
protocol: string;
549+
}
550+
551+
interface DigitalCredentialCreationOptions {
552+
requests?: DigitalCredentialCreateRequest[];
553+
}
554+
545555
interface DisplayMediaStreamOptions {
546556
audio?: boolean | MediaTrackConstraints;
547557
video?: boolean | MediaTrackConstraints;
@@ -23809,6 +23819,7 @@ declare var SourceBufferList: {
2380923819

2381023820
/**
2381123821
* The **`SpeechRecognitionAlternative`** interface of the Web Speech API represents a single word that has been recognized by the speech recognition service.
23822+
* Available only in secure contexts.
2381223823
*
2381323824
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionAlternative)
2381423825
*/
@@ -23826,6 +23837,7 @@ declare var SpeechRecognitionAlternative: {
2382623837

2382723838
/**
2382823839
* The **`SpeechRecognitionResult`** interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects.
23840+
* Available only in secure contexts.
2382923841
*
2383023842
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResult)
2383123843
*/
@@ -23846,6 +23858,7 @@ declare var SpeechRecognitionResult: {
2384623858

2384723859
/**
2384823860
* 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.
23861+
* Available only in secure contexts.
2384923862
*
2385023863
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResultList)
2385123864
*/

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

+13
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ interface CookieStoreGetOptions {
438438
}
439439

440440
interface CredentialCreationOptions {
441+
digital?: DigitalCredentialCreationOptions;
441442
publicKey?: PublicKeyCredentialCreationOptions;
442443
signal?: AbortSignal;
443444
}
@@ -542,6 +543,15 @@ interface DeviceOrientationEventInit extends EventInit {
542543
gamma?: number | null;
543544
}
544545

546+
interface DigitalCredentialCreateRequest {
547+
data: any;
548+
protocol: string;
549+
}
550+
551+
interface DigitalCredentialCreationOptions {
552+
requests?: DigitalCredentialCreateRequest[];
553+
}
554+
545555
interface DisplayMediaStreamOptions {
546556
audio?: boolean | MediaTrackConstraints;
547557
video?: boolean | MediaTrackConstraints;
@@ -23830,6 +23840,7 @@ declare var SourceBufferList: {
2383023840

2383123841
/**
2383223842
* The **`SpeechRecognitionAlternative`** interface of the Web Speech API represents a single word that has been recognized by the speech recognition service.
23843+
* Available only in secure contexts.
2383323844
*
2383423845
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionAlternative)
2383523846
*/
@@ -23847,6 +23858,7 @@ declare var SpeechRecognitionAlternative: {
2384723858

2384823859
/**
2384923860
* The **`SpeechRecognitionResult`** interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects.
23861+
* Available only in secure contexts.
2385023862
*
2385123863
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResult)
2385223864
*/
@@ -23867,6 +23879,7 @@ declare var SpeechRecognitionResult: {
2386723879

2386823880
/**
2386923881
* 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.
23882+
* Available only in secure contexts.
2387023883
*
2387123884
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SpeechRecognitionResultList)
2387223885
*/

inputfiles/mdn

Submodule mdn updated 297 files

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)