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