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 667a1e4 commit 0ddea9bCopy full SHA for 0ddea9b
baselines/dom.generated.d.ts
@@ -10257,7 +10257,7 @@ interface Node extends EventTarget {
10257
* Returns the last child.
10258
*/
10259
readonly lastChild: ChildNode | null;
10260
- readonly namespaceURI: string | null;;
+ readonly namespaceURI: string | null;
10261
/**
10262
* Returns the next sibling.
10263
inputfiles/overridingTypes.json
@@ -538,7 +538,7 @@
538
"namespaceURI": {
539
"name":"namespaceURI",
540
"read-only": 1,
541
- "override-type": "string | null;"
+ "override-type": "string | null"
542
}
543
544
0 commit comments