Skip to content

Commit 6e020e5

Browse files
author
Orta
authored
Merge pull request #838 from microsoft/recreate_833
Recrate #833 from scratch to avoid CLA issues
2 parents 259df3f + 3165f70 commit 6e020e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19232,7 +19232,7 @@ interface BlobCallback {
1923219232
}
1923319233

1923419234
interface CustomElementConstructor {
19235-
new (): HTMLElement;
19235+
new (...params:[]): HTMLElement;
1923619236
}
1923719237

1923819238
interface DecodeErrorCallback {

inputfiles/overridingTypes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
},
315315
"CustomElementConstructor": {
316316
"override-signatures": [
317-
"new (): HTMLElement"
317+
"new (...params:[]): HTMLElement"
318318
]
319319
}
320320
}

0 commit comments

Comments
 (0)