Skip to content

Commit 076ca2b

Browse files
chore(package): update webref (#64)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent b485e9e commit 076ca2b

6 files changed

Lines changed: 24 additions & 19 deletions

File tree

baselines/dom.generated.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,6 +1767,7 @@ interface VideoConfiguration {
17671767
framerate: number;
17681768
hdrMetadataType?: HdrMetadataType;
17691769
height: number;
1770+
scalabilityMode?: string;
17701771
transferFunction?: TransferFunction;
17711772
width: number;
17721773
}
@@ -18492,9 +18493,9 @@ type ImageSmoothingQuality = "high" | "low" | "medium";
1849218493
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
1849318494
type KeyType = "private" | "public" | "secret";
1849418495
type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
18495-
type MediaDecodingType = "file" | "media-source";
18496+
type MediaDecodingType = "file" | "media-source" | "webrtc";
1849618497
type MediaDeviceKind = "audioinput" | "audiooutput" | "videoinput";
18497-
type MediaEncodingType = "record" | "transmission";
18498+
type MediaEncodingType = "record" | "webrtc";
1849818499
type MediaKeyMessageType = "individualization-request" | "license-release" | "license-renewal" | "license-request";
1849918500
type MediaKeySessionType = "persistent-license" | "persistent-usage-record" | "temporary";
1850018501
type MediaKeyStatus = "expired" | "internal-error" | "output-downscaled" | "output-restricted" | "released" | "status-pending" | "usable" | "usable-in-future";

baselines/serviceworker.generated.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ interface VideoConfiguration {
635635
framerate: number;
636636
hdrMetadataType?: HdrMetadataType;
637637
height: number;
638+
scalabilityMode?: string;
638639
transferFunction?: TransferFunction;
639640
width: number;
640641
}
@@ -5640,8 +5641,8 @@ type ImageOrientation = "flipY" | "none";
56405641
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
56415642
type KeyType = "private" | "public" | "secret";
56425643
type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
5643-
type MediaDecodingType = "file" | "media-source";
5644-
type MediaEncodingType = "record" | "transmission";
5644+
type MediaDecodingType = "file" | "media-source" | "webrtc";
5645+
type MediaEncodingType = "record" | "webrtc";
56455646
type NotificationDirection = "auto" | "ltr" | "rtl";
56465647
type NotificationPermission = "default" | "denied" | "granted";
56475648
type PermissionName = "geolocation" | "notifications" | "persistent-storage" | "push";

baselines/sharedworker.generated.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ interface VideoConfiguration {
601601
framerate: number;
602602
hdrMetadataType?: HdrMetadataType;
603603
height: number;
604+
scalabilityMode?: string;
604605
transferFunction?: TransferFunction;
605606
width: number;
606607
}
@@ -5680,8 +5681,8 @@ type ImageOrientation = "flipY" | "none";
56805681
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
56815682
type KeyType = "private" | "public" | "secret";
56825683
type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
5683-
type MediaDecodingType = "file" | "media-source";
5684-
type MediaEncodingType = "record" | "transmission";
5684+
type MediaDecodingType = "file" | "media-source" | "webrtc";
5685+
type MediaEncodingType = "record" | "webrtc";
56855686
type NotificationDirection = "auto" | "ltr" | "rtl";
56865687
type NotificationPermission = "default" | "denied" | "granted";
56875688
type PermissionName = "geolocation" | "notifications" | "persistent-storage" | "push";

baselines/webworker.generated.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ interface VideoConfiguration {
635635
framerate: number;
636636
hdrMetadataType?: HdrMetadataType;
637637
height: number;
638+
scalabilityMode?: string;
638639
transferFunction?: TransferFunction;
639640
width: number;
640641
}
@@ -5913,8 +5914,8 @@ type ImageOrientation = "flipY" | "none";
59135914
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
59145915
type KeyType = "private" | "public" | "secret";
59155916
type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "unwrapKey" | "verify" | "wrapKey";
5916-
type MediaDecodingType = "file" | "media-source";
5917-
type MediaEncodingType = "record" | "transmission";
5917+
type MediaDecodingType = "file" | "media-source" | "webrtc";
5918+
type MediaEncodingType = "record" | "webrtc";
59185919
type NotificationDirection = "auto" | "ltr" | "rtl";
59195920
type NotificationPermission = "default" | "denied" | "granted";
59205921
type PermissionName = "geolocation" | "notifications" | "persistent-storage" | "push";

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"styleless-innertext": "^1.1.2",
5353
"typescript": "^4.2.0-dev.20210210",
5454
"webidl2": "^23.13.0",
55-
"webref": "github:w3c/webref#d40ac3b441b796ec7810c27439549932978b44b6"
55+
"webref": "github:w3c/webref#70e5647287d5efb6dfe595aa54bae7b0eb609242"
5656
},
5757
"files": [
5858
"baselines/*"

0 commit comments

Comments
 (0)