Skip to content

Commit 591467f

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 3308122 commit 591467f

14 files changed

+70
-46
lines changed

baselines/dom.generated.d.ts

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,8 @@ interface JsonWebKey {
922922
n?: string;
923923
oth?: RsaOtherPrimesInfo[];
924924
p?: string;
925+
priv?: string;
926+
pub?: string;
925927
q?: string;
926928
qi?: string;
927929
use?: string;
@@ -17159,7 +17161,7 @@ interface HTMLTableCellElement extends HTMLElement {
1715917161
*/
1716017162
chOff: string;
1716117163
/**
17162-
* The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
17164+
* The **`colSpan`** property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
1716317165
*
1716417166
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)
1716517167
*/
@@ -17180,7 +17182,7 @@ interface HTMLTableCellElement extends HTMLElement {
1718017182
*/
1718117183
noWrap: boolean;
1718217184
/**
17183-
* The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.
17185+
* The **`rowSpan`** property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.
1718417186
*
1718517187
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)
1718617188
*/
@@ -17239,7 +17241,7 @@ interface HTMLTableColElement extends HTMLElement {
1723917241
*/
1724017242
chOff: string;
1724117243
/**
17242-
* The **`span`** read-only property of the HTMLTableColElement interface represents the number of columns this col or colgroup must span; this lets the column occupy space across multiple columns of the table.
17244+
* The **`span`** property of the HTMLTableColElement interface represents the number of columns this col or colgroup must span; this lets the column occupy space across multiple columns of the table.
1724317245
*
1724417246
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableColElement/span)
1724517247
*/
@@ -24576,7 +24578,7 @@ interface PublicKeyCredential extends Credential {
2457624578
*/
2457724579
readonly response: AuthenticatorResponse;
2457824580
/**
24579-
* The **`getClientExtensionResults()`** method of the PublicKeyCredential interface returns a map between the identifiers of extensions requested during credential creation or authentication, and their results after processing by the user agent.
24581+
* The **`getClientExtensionResults()`** method of the PublicKeyCredential interface returns an object mapping the identifiers of extensions requested during credential creation or authentication, and their results after processing by the user agent.
2458024582
*
2458124583
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/getClientExtensionResults)
2458224584
*/
@@ -39970,9 +39972,9 @@ type ImageOrientation = "flipY" | "from-image" | "none";
3997039972
type ImageSmoothingQuality = "high" | "low" | "medium";
3997139973
type InsertPosition = "afterbegin" | "afterend" | "beforebegin" | "beforeend";
3997239974
type IterationCompositeOperation = "accumulate" | "replace";
39973-
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
39975+
type KeyFormat = "jwk" | "pkcs8" | "raw" | "raw-private" | "raw-public" | "raw-secret" | "raw-seed" | "spki";
3997439976
type KeyType = "private" | "public" | "secret";
39975-
type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
39977+
type KeyUsage = "decapsulateBits" | "decapsulateKey" | "decrypt" | "deriveBits" | "deriveKey" | "encapsulateBits" | "encapsulateKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
3997639978
type LatencyMode = "quality" | "realtime";
3997739979
type LineAlignSetting = "center" | "end" | "start";
3997839980
type LockMode = "exclusive" | "shared";

baselines/serviceworker.generated.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@ interface JsonWebKey {
352352
n?: string;
353353
oth?: RsaOtherPrimesInfo[];
354354
p?: string;
355+
priv?: string;
356+
pub?: string;
355357
q?: string;
356358
qi?: string;
357359
use?: string;
@@ -11685,9 +11687,9 @@ type IDBTransactionDurability = "default" | "relaxed" | "strict";
1168511687
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
1168611688
type ImageOrientation = "flipY" | "from-image" | "none";
1168711689
type ImageSmoothingQuality = "high" | "low" | "medium";
11688-
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
11690+
type KeyFormat = "jwk" | "pkcs8" | "raw" | "raw-private" | "raw-public" | "raw-secret" | "raw-seed" | "spki";
1168911691
type KeyType = "private" | "public" | "secret";
11690-
type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
11692+
type KeyUsage = "decapsulateBits" | "decapsulateKey" | "decrypt" | "deriveBits" | "deriveKey" | "encapsulateBits" | "encapsulateKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
1169111693
type LockMode = "exclusive" | "shared";
1169211694
type MediaDecodingType = "file" | "media-source" | "webrtc";
1169311695
type MediaEncodingType = "record" | "webrtc";

baselines/sharedworker.generated.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ interface JsonWebKey {
296296
n?: string;
297297
oth?: RsaOtherPrimesInfo[];
298298
p?: string;
299+
priv?: string;
300+
pub?: string;
299301
q?: string;
300302
qi?: string;
301303
use?: string;
@@ -11370,9 +11372,9 @@ type IDBTransactionDurability = "default" | "relaxed" | "strict";
1137011372
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
1137111373
type ImageOrientation = "flipY" | "from-image" | "none";
1137211374
type ImageSmoothingQuality = "high" | "low" | "medium";
11373-
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
11375+
type KeyFormat = "jwk" | "pkcs8" | "raw" | "raw-private" | "raw-public" | "raw-secret" | "raw-seed" | "spki";
1137411376
type KeyType = "private" | "public" | "secret";
11375-
type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
11377+
type KeyUsage = "decapsulateBits" | "decapsulateKey" | "decrypt" | "deriveBits" | "deriveKey" | "encapsulateBits" | "encapsulateKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
1137611378
type LockMode = "exclusive" | "shared";
1137711379
type MediaDecodingType = "file" | "media-source" | "webrtc";
1137811380
type MediaEncodingType = "record" | "webrtc";

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,8 @@ interface JsonWebKey {
922922
n?: string;
923923
oth?: RsaOtherPrimesInfo[];
924924
p?: string;
925+
priv?: string;
926+
pub?: string;
925927
q?: string;
926928
qi?: string;
927929
use?: string;
@@ -17138,7 +17140,7 @@ interface HTMLTableCellElement extends HTMLElement {
1713817140
*/
1713917141
chOff: string;
1714017142
/**
17141-
* The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
17143+
* The **`colSpan`** property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
1714217144
*
1714317145
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)
1714417146
*/
@@ -17159,7 +17161,7 @@ interface HTMLTableCellElement extends HTMLElement {
1715917161
*/
1716017162
noWrap: boolean;
1716117163
/**
17162-
* The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.
17164+
* The **`rowSpan`** property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.
1716317165
*
1716417166
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)
1716517167
*/
@@ -17218,7 +17220,7 @@ interface HTMLTableColElement extends HTMLElement {
1721817220
*/
1721917221
chOff: string;
1722017222
/**
17221-
* The **`span`** read-only property of the HTMLTableColElement interface represents the number of columns this col or colgroup must span; this lets the column occupy space across multiple columns of the table.
17223+
* The **`span`** property of the HTMLTableColElement interface represents the number of columns this col or colgroup must span; this lets the column occupy space across multiple columns of the table.
1722217224
*
1722317225
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableColElement/span)
1722417226
*/
@@ -24555,7 +24557,7 @@ interface PublicKeyCredential extends Credential {
2455524557
*/
2455624558
readonly response: AuthenticatorResponse;
2455724559
/**
24558-
* The **`getClientExtensionResults()`** method of the PublicKeyCredential interface returns a map between the identifiers of extensions requested during credential creation or authentication, and their results after processing by the user agent.
24560+
* The **`getClientExtensionResults()`** method of the PublicKeyCredential interface returns an object mapping the identifiers of extensions requested during credential creation or authentication, and their results after processing by the user agent.
2455924561
*
2456024562
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/getClientExtensionResults)
2456124563
*/
@@ -39947,9 +39949,9 @@ type ImageOrientation = "flipY" | "from-image" | "none";
3994739949
type ImageSmoothingQuality = "high" | "low" | "medium";
3994839950
type InsertPosition = "afterbegin" | "afterend" | "beforebegin" | "beforeend";
3994939951
type IterationCompositeOperation = "accumulate" | "replace";
39950-
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
39952+
type KeyFormat = "jwk" | "pkcs8" | "raw" | "raw-private" | "raw-public" | "raw-secret" | "raw-seed" | "spki";
3995139953
type KeyType = "private" | "public" | "secret";
39952-
type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
39954+
type KeyUsage = "decapsulateBits" | "decapsulateKey" | "decrypt" | "deriveBits" | "deriveKey" | "encapsulateBits" | "encapsulateKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
3995339955
type LatencyMode = "quality" | "realtime";
3995439956
type LineAlignSetting = "center" | "end" | "start";
3995539957
type LockMode = "exclusive" | "shared";

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@ interface JsonWebKey {
352352
n?: string;
353353
oth?: RsaOtherPrimesInfo[];
354354
p?: string;
355+
priv?: string;
356+
pub?: string;
355357
q?: string;
356358
qi?: string;
357359
use?: string;
@@ -11685,9 +11687,9 @@ type IDBTransactionDurability = "default" | "relaxed" | "strict";
1168511687
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
1168611688
type ImageOrientation = "flipY" | "from-image" | "none";
1168711689
type ImageSmoothingQuality = "high" | "low" | "medium";
11688-
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
11690+
type KeyFormat = "jwk" | "pkcs8" | "raw" | "raw-private" | "raw-public" | "raw-secret" | "raw-seed" | "spki";
1168911691
type KeyType = "private" | "public" | "secret";
11690-
type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
11692+
type KeyUsage = "decapsulateBits" | "decapsulateKey" | "decrypt" | "deriveBits" | "deriveKey" | "encapsulateBits" | "encapsulateKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
1169111693
type LockMode = "exclusive" | "shared";
1169211694
type MediaDecodingType = "file" | "media-source" | "webrtc";
1169311695
type MediaEncodingType = "record" | "webrtc";

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ interface JsonWebKey {
296296
n?: string;
297297
oth?: RsaOtherPrimesInfo[];
298298
p?: string;
299+
priv?: string;
300+
pub?: string;
299301
q?: string;
300302
qi?: string;
301303
use?: string;
@@ -11370,9 +11372,9 @@ type IDBTransactionDurability = "default" | "relaxed" | "strict";
1137011372
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
1137111373
type ImageOrientation = "flipY" | "from-image" | "none";
1137211374
type ImageSmoothingQuality = "high" | "low" | "medium";
11373-
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
11375+
type KeyFormat = "jwk" | "pkcs8" | "raw" | "raw-private" | "raw-public" | "raw-secret" | "raw-seed" | "spki";
1137411376
type KeyType = "private" | "public" | "secret";
11375-
type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
11377+
type KeyUsage = "decapsulateBits" | "decapsulateKey" | "decrypt" | "deriveBits" | "deriveKey" | "encapsulateBits" | "encapsulateKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
1137611378
type LockMode = "exclusive" | "shared";
1137711379
type MediaDecodingType = "file" | "media-source" | "webrtc";
1137811380
type MediaEncodingType = "record" | "webrtc";

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,8 @@ interface JsonWebKey {
456456
n?: string;
457457
oth?: RsaOtherPrimesInfo[];
458458
p?: string;
459+
priv?: string;
460+
pub?: string;
459461
q?: string;
460462
qi?: string;
461463
use?: string;
@@ -13351,9 +13353,9 @@ type IDBTransactionDurability = "default" | "relaxed" | "strict";
1335113353
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
1335213354
type ImageOrientation = "flipY" | "from-image" | "none";
1335313355
type ImageSmoothingQuality = "high" | "low" | "medium";
13354-
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
13356+
type KeyFormat = "jwk" | "pkcs8" | "raw" | "raw-private" | "raw-public" | "raw-secret" | "raw-seed" | "spki";
1335513357
type KeyType = "private" | "public" | "secret";
13356-
type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
13358+
type KeyUsage = "decapsulateBits" | "decapsulateKey" | "decrypt" | "deriveBits" | "deriveKey" | "encapsulateBits" | "encapsulateKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
1335713359
type LatencyMode = "quality" | "realtime";
1335813360
type LockMode = "exclusive" | "shared";
1335913361
type MediaDecodingType = "file" | "media-source" | "webrtc";

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,8 @@ interface JsonWebKey {
922922
n?: string;
923923
oth?: RsaOtherPrimesInfo[];
924924
p?: string;
925+
priv?: string;
926+
pub?: string;
925927
q?: string;
926928
qi?: string;
927929
use?: string;
@@ -17159,7 +17161,7 @@ interface HTMLTableCellElement extends HTMLElement {
1715917161
*/
1716017162
chOff: string;
1716117163
/**
17162-
* The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
17164+
* The **`colSpan`** property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
1716317165
*
1716417166
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)
1716517167
*/
@@ -17180,7 +17182,7 @@ interface HTMLTableCellElement extends HTMLElement {
1718017182
*/
1718117183
noWrap: boolean;
1718217184
/**
17183-
* The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.
17185+
* The **`rowSpan`** property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.
1718417186
*
1718517187
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)
1718617188
*/
@@ -17239,7 +17241,7 @@ interface HTMLTableColElement extends HTMLElement {
1723917241
*/
1724017242
chOff: string;
1724117243
/**
17242-
* The **`span`** read-only property of the HTMLTableColElement interface represents the number of columns this col or colgroup must span; this lets the column occupy space across multiple columns of the table.
17244+
* The **`span`** property of the HTMLTableColElement interface represents the number of columns this col or colgroup must span; this lets the column occupy space across multiple columns of the table.
1724317245
*
1724417246
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableColElement/span)
1724517247
*/
@@ -24576,7 +24578,7 @@ interface PublicKeyCredential extends Credential {
2457624578
*/
2457724579
readonly response: AuthenticatorResponse;
2457824580
/**
24579-
* The **`getClientExtensionResults()`** method of the PublicKeyCredential interface returns a map between the identifiers of extensions requested during credential creation or authentication, and their results after processing by the user agent.
24581+
* The **`getClientExtensionResults()`** method of the PublicKeyCredential interface returns an object mapping the identifiers of extensions requested during credential creation or authentication, and their results after processing by the user agent.
2458024582
*
2458124583
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/getClientExtensionResults)
2458224584
*/
@@ -39970,9 +39972,9 @@ type ImageOrientation = "flipY" | "from-image" | "none";
3997039972
type ImageSmoothingQuality = "high" | "low" | "medium";
3997139973
type InsertPosition = "afterbegin" | "afterend" | "beforebegin" | "beforeend";
3997239974
type IterationCompositeOperation = "accumulate" | "replace";
39973-
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
39975+
type KeyFormat = "jwk" | "pkcs8" | "raw" | "raw-private" | "raw-public" | "raw-secret" | "raw-seed" | "spki";
3997439976
type KeyType = "private" | "public" | "secret";
39975-
type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
39977+
type KeyUsage = "decapsulateBits" | "decapsulateKey" | "decrypt" | "deriveBits" | "deriveKey" | "encapsulateBits" | "encapsulateKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
3997639978
type LatencyMode = "quality" | "realtime";
3997739979
type LineAlignSetting = "center" | "end" | "start";
3997839980
type LockMode = "exclusive" | "shared";

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@ interface JsonWebKey {
352352
n?: string;
353353
oth?: RsaOtherPrimesInfo[];
354354
p?: string;
355+
priv?: string;
356+
pub?: string;
355357
q?: string;
356358
qi?: string;
357359
use?: string;
@@ -11685,9 +11687,9 @@ type IDBTransactionDurability = "default" | "relaxed" | "strict";
1168511687
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
1168611688
type ImageOrientation = "flipY" | "from-image" | "none";
1168711689
type ImageSmoothingQuality = "high" | "low" | "medium";
11688-
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
11690+
type KeyFormat = "jwk" | "pkcs8" | "raw" | "raw-private" | "raw-public" | "raw-secret" | "raw-seed" | "spki";
1168911691
type KeyType = "private" | "public" | "secret";
11690-
type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
11692+
type KeyUsage = "decapsulateBits" | "decapsulateKey" | "decrypt" | "deriveBits" | "deriveKey" | "encapsulateBits" | "encapsulateKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
1169111693
type LockMode = "exclusive" | "shared";
1169211694
type MediaDecodingType = "file" | "media-source" | "webrtc";
1169311695
type MediaEncodingType = "record" | "webrtc";

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ interface JsonWebKey {
296296
n?: string;
297297
oth?: RsaOtherPrimesInfo[];
298298
p?: string;
299+
priv?: string;
300+
pub?: string;
299301
q?: string;
300302
qi?: string;
301303
use?: string;
@@ -11370,9 +11372,9 @@ type IDBTransactionDurability = "default" | "relaxed" | "strict";
1137011372
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
1137111373
type ImageOrientation = "flipY" | "from-image" | "none";
1137211374
type ImageSmoothingQuality = "high" | "low" | "medium";
11373-
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
11375+
type KeyFormat = "jwk" | "pkcs8" | "raw" | "raw-private" | "raw-public" | "raw-secret" | "raw-seed" | "spki";
1137411376
type KeyType = "private" | "public" | "secret";
11375-
type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
11377+
type KeyUsage = "decapsulateBits" | "decapsulateKey" | "decrypt" | "deriveBits" | "deriveKey" | "encapsulateBits" | "encapsulateKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
1137611378
type LockMode = "exclusive" | "shared";
1137711379
type MediaDecodingType = "file" | "media-source" | "webrtc";
1137811380
type MediaEncodingType = "record" | "webrtc";

0 commit comments

Comments
 (0)