pub(crate) type StringOrURLOrBlob = StringOrURLOrBlob<DomTypeHolder>;
pub(crate) enum StringOrURLOrBlob { String(DOMString), URL(Root<Dom<URL>>), Blob(Root<Dom<Blob>>), }