diff --git a/inputfiles/addedTypes.json b/inputfiles/addedTypes.json index 5073dd787..0ecf28e4d 100644 --- a/inputfiles/addedTypes.json +++ b/inputfiles/addedTypes.json @@ -632,7 +632,8 @@ "createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: \"title\"): SVGTitleElement", "createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: \"use\"): SVGUseElement", "createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: \"view\"): SVGViewElement", - "createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: string): SVGElement" + "createElementNS(namespaceURI: \"http://www.w3.org/2000/svg\", qualifiedName: string): SVGElement", + "createElementNS(namespaceURI: string | null, qualifiedName: string, options?: ElementCreationOptions): Element" ] } }