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;
20062
20062
/** @deprecated */
20063
20063
type MouseWheelEvent = WheelEvent;
20064
20064
type WindowProxy = Window;
20065
+ /** @deprecated */
20066
+ type HTMLCollectionOf<T extends Element> = HTMLCollection<T>;
20065
20067
type AlignSetting = "center" | "end" | "left" | "right" | "start";
20066
20068
type AnimationPlayState = "finished" | "idle" | "paused" | "running";
20067
20069
type AppendMode = "segments" | "sequence";
Original file line number Diff line number Diff line change 2338
2338
"type" : " ModuleImports"
2339
2339
}
2340
2340
]
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>"
2341
2352
}
2342
2353
]
2343
2354
}
Original file line number Diff line number Diff line change 35
35
" HmacImportParams" ,
36
36
" HmacKeyAlgorithm" ,
37
37
" HmacKeyGenParams" ,
38
+ " HTMLCollectionOf" ,
38
39
" IDBKeyPath" ,
39
40
" IDBValidKey" ,
40
41
" ImageBitmapRenderingContextSettings" ,
You can’t perform that action at this time.
0 commit comments