pub(crate) type BlobOrUnsignedLong = BlobOrUnsignedLong<DomTypeHolder>;
pub(crate) enum BlobOrUnsignedLong { Blob(Root<Dom<Blob>>), UnsignedLong(u32), }