Skip to content

Commit 9fcf7a2

Browse files
authored
Manally update to webref/idl@3.25.0 (#1496)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent b7a45db commit 9fcf7a2

File tree

3 files changed

+122
-126
lines changed

3 files changed

+122
-126
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@ declare var AnimationPlaybackEvent: {
22082208
};
22092209

22102210
interface AnimationTimeline {
2211-
readonly currentTime: number | null;
2211+
readonly currentTime: CSSNumberish | null;
22122212
}
22132213

22142214
declare var AnimationTimeline: {
@@ -5587,7 +5587,7 @@ interface FormData {
55875587

55885588
declare var FormData: {
55895589
prototype: FormData;
5590-
new(form?: HTMLFormElement): FormData;
5590+
new(form?: HTMLFormElement, submitter?: HTMLElement | null): FormData;
55915591
};
55925592

55935593
interface FormDataEvent extends Event {

inputfiles/removedTypes.jsonc

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,8 @@
476476
"RTCEncodedAudioFrameMetadata": {
477477
"members": {
478478
"member": {
479-
"payloadType": null
479+
"payloadType": null, // Blink only as of 2023-02
480+
"sequenceNumber": null // Blink only as of 2023-02
480481
}
481482
}
482483
},
@@ -547,13 +548,6 @@
547548
}
548549
}
549550
},
550-
"RTCRtpCodecCapability": {
551-
"members": {
552-
"member": {
553-
"scalabilityModes": null
554-
}
555-
}
556-
},
557551
"RTCRtpEncodingParameters": {
558552
"members": {
559553
"member": {

0 commit comments

Comments
 (0)