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