Type Alias RequestInfo

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

Aliased Type§

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

Variants§

§

Request(Root<Dom<Request>>)

§

USVString(USVString)