We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6833f commit 2713781Copy full SHA for 2713781
baselines/dom.generated.d.ts
@@ -10384,7 +10384,7 @@ interface Node extends EventTarget {
10384
/**
10385
* Returns the next sibling.
10386
*/
10387
- readonly nextSibling: Node | null;
+ readonly nextSibling: ChildNode | null;
10388
10389
* Returns a string appropriate for the type of node, as
10390
* follows:
inputfiles/overridingTypes.json
@@ -674,6 +674,9 @@
674
"read-only": 1,
675
"override-type": "string | null",
676
"deprecated": 1
677
+ },
678
+ "nextSibling": {
679
+ "override-type": "ChildNode | null"
680
}
681
682
0 commit comments