Type Alias DOMParserSupportedType

    DOMParserSupportedType:
        | "application/xhtml+xml"
        | "application/xml"
        | "image/svg+xml"
        | "text/html"
        | "text/xml"