Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DOMParserSupportedType

type DOMParserSupportedType =
| "application/xhtml+xml"
| "application/xml"
| "image/svg+xml"
| "text/html"
| "text/xml";

§Type

§
"application/xhtml+xml" | "application/xml" | "image/svg+xml" | "text/html" | "text/xml"
[src]