pub(crate) type FileOrUSVString = FileOrUSVString<DomTypeHolder>;
pub(crate) enum FileOrUSVString { File(Root<Dom<File>>), USVString(USVString), }