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 87cdc80 commit 545554bCopy full SHA for 545554b
baselines/dom.generated.d.ts
@@ -16740,7 +16740,7 @@ declare var OscillatorNode: {
16740
};
16741
16742
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/OverconstrainedError) */
16743
-interface OverconstrainedError extends Error {
+interface OverconstrainedError extends DOMException {
16744
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/OverconstrainedError/constraint) */
16745
readonly constraint: string;
16746
}
inputfiles/addedTypes.jsonc
@@ -1126,10 +1126,6 @@
1126
]
1127
1128
},
1129
- "OverconstrainedError": {
1130
- "name": "OverconstrainedError",
1131
- "extends": "Error"
1132
- },
1133
"ProgressEvent": {
1134
"typeParameters": [
1135
{
0 commit comments