We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5841c2b commit a2a424aCopy full SHA for a2a424a
inputfiles/addedTypes.json
@@ -2338,6 +2338,17 @@
2338
"type": "ModuleImports"
2339
}
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>"
2352
2353
2354
inputfiles/knownTypes.json
@@ -35,6 +35,7 @@
35
"HmacImportParams",
36
"HmacKeyAlgorithm",
37
"HmacKeyGenParams",
38
+ "HTMLCollectionOf",
39
"IDBKeyPath",
40
"IDBValidKey",
41
"ImageBitmapRenderingContextSettings",
0 commit comments