We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0a872 commit 4a32410Copy full SHA for 4a32410
baselines/dom.generated.d.ts
@@ -19255,7 +19255,7 @@ interface BlobCallback {
19255
}
19256
19257
interface CustomElementConstructor {
19258
- (): HTMLElement;
+ new (): HTMLElement;
19259
19260
19261
interface DecodeErrorCallback {
inputfiles/overridingTypes.json
@@ -311,6 +311,11 @@
311
"override-signatures": [
312
"(chunk: I, controller: TransformStreamDefaultController<O>): void | PromiseLike<void>"
313
]
314
+ },
315
+ "CustomElementConstructor": {
316
+ "override-signatures": [
317
+ "new (): HTMLElement"
318
+ ]
319
320
321
},
0 commit comments