pub(crate) type BlobOrBoolean = BlobOrBoolean<DomTypeHolder>;
pub(crate) enum BlobOrBoolean { Blob(Root<Dom<Blob>>), Boolean(bool), }