File tree Expand file tree Collapse file tree 3 files changed +122
-126
lines changed Expand file tree Collapse file tree 3 files changed +122
-126
lines changed Original file line number Diff line number Diff line change @@ -2208,7 +2208,7 @@ declare var AnimationPlaybackEvent: {
22082208};
22092209
22102210interface AnimationTimeline {
2211- readonly currentTime: number | null;
2211+ readonly currentTime: CSSNumberish | null;
22122212}
22132213
22142214declare var AnimationTimeline: {
@@ -5587,7 +5587,7 @@ interface FormData {
55875587
55885588declare var FormData: {
55895589 prototype: FormData;
5590- new(form?: HTMLFormElement): FormData;
5590+ new(form?: HTMLFormElement, submitter?: HTMLElement | null ): FormData;
55915591};
55925592
55935593interface FormDataEvent extends Event {
Original file line number Diff line number Diff line change 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 },
547548 }
548549 }
549550 },
550- "RTCRtpCodecCapability" : {
551- "members" : {
552- "member" : {
553- "scalabilityModes" : null
554- }
555- }
556- },
557551 "RTCRtpEncodingParameters" : {
558552 "members" : {
559553 "member" : {
You can’t perform that action at this time.
0 commit comments