pub(crate) type DocumentOrStringOrURLOrBlob = DocumentOrStringOrURLOrBlob<DomTypeHolder>;
Aliased Type§
pub(crate) enum DocumentOrStringOrURLOrBlob {
Document(Root<Dom<Document>>),
String(DOMString),
URL(Root<Dom<URL>>),
Blob(Root<Dom<Blob>>),
}