Skip to content

Commit e358af7

Browse files
TypeScript Botsaschanaz
TypeScript Bot
andauthored
🤖 Update core dependencies (microsoft#1592)
Co-authored-by: saschanaz <[email protected]>
1 parent 0c8e4b9 commit e358af7

File tree

2 files changed

+55
-43
lines changed

2 files changed

+55
-43
lines changed

baselines/dom.generated.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11501,6 +11501,12 @@ interface HTMLMediaElement extends HTMLElement {
1150111501
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeking)
1150211502
*/
1150311503
readonly seeking: boolean;
11504+
/**
11505+
* Available only in secure contexts.
11506+
*
11507+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/sinkId)
11508+
*/
11509+
readonly sinkId: string;
1150411510
/**
1150511511
* The address or URL of the a media resource that is to be considered.
1150611512
*
@@ -11551,6 +11557,12 @@ interface HTMLMediaElement extends HTMLElement {
1155111557
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/setMediaKeys)
1155211558
*/
1155311559
setMediaKeys(mediaKeys: MediaKeys | null): Promise<void>;
11560+
/**
11561+
* Available only in secure contexts.
11562+
*
11563+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/setSinkId)
11564+
*/
11565+
setSinkId(sinkId: string): Promise<void>;
1155411566
readonly NETWORK_EMPTY: 0;
1155511567
readonly NETWORK_IDLE: 1;
1155611568
readonly NETWORK_LOADING: 2;

package-lock.json

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

0 commit comments

Comments
 (0)