Skip to content

Commit 3321433

Browse files
authored
Merge pull request #1 from stevedorries/stevedorries-createElementNS-overloads
Update addedTypes.json
2 parents c77ea33 + 601294d commit 3321433

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inputfiles/addedTypes.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,8 @@
632632
"createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: \"title\"): SVGTitleElement",
633633
"createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: \"use\"): SVGUseElement",
634634
"createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: \"view\"): SVGViewElement",
635-
"createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: string): SVGElement"
635+
"createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: string): SVGElement",
636+
"createElementNS(namespaceURI: string | null, qualifiedName: string, options?: ElementCreationOptions): Element"
636637
]
637638
}
638639
}

0 commit comments

Comments
 (0)