Type Alias RequestOrUSVString

Source
pub(crate) type RequestOrUSVString = RequestOrUSVString<DomTypeHolder>;

Aliased Type§

pub(crate) enum RequestOrUSVString {
    Request(Root<Dom<Request>>),
    USVString(USVString),
}

Variants§

§

Request(Root<Dom<Request>>)

§

USVString(USVString)