File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -20062,6 +20062,8 @@ type RTCTransport = RTCDtlsTransport | RTCSrtpSdesTransport;
2006220062/** @deprecated */
2006320063type MouseWheelEvent = WheelEvent;
2006420064type WindowProxy = Window;
20065+ /** @deprecated */
20066+ type HTMLCollectionOf<T extends Element> = HTMLCollection<T>;
2006520067type AlignSetting = "center" | "end" | "left" | "right" | "start";
2006620068type AnimationPlayState = "finished" | "idle" | "paused" | "running";
2006720069type AppendMode = "segments" | "sequence";
Original file line number Diff line number Diff line change 23382338 "type" : " ModuleImports"
23392339 }
23402340 ]
2341+ },
2342+ {
2343+ "deprecated" : 1 ,
2344+ "new-type" : " HTMLCollectionOf" ,
2345+ "type-parameters" : [
2346+ {
2347+ "name" : " T" ,
2348+ "extends" : " Element"
2349+ }
2350+ ],
2351+ "override-type" : " HTMLCollection<T>"
23412352 }
23422353 ]
23432354 }
Original file line number Diff line number Diff line change 3535 " HmacImportParams" ,
3636 " HmacKeyAlgorithm" ,
3737 " HmacKeyGenParams" ,
38+ " HTMLCollectionOf" ,
3839 " IDBKeyPath" ,
3940 " IDBValidKey" ,
4041 " ImageBitmapRenderingContextSettings" ,
You can’t perform that action at this time.
0 commit comments