Skip to main content
Module

x/frugal/dep/dom.ts>DOMParserMimeType

A frugal web framework
Go to Latest
type alias DOMParserMimeType
import { type DOMParserMimeType } from "https://deno.land/x/frugal@0.2.1/dep/dom.ts";
definition:
| "text/html"
| "text/xml"
| "application/xml"
| "application/xhtml+xml"
| "image/svg+xml"