Type Alias TrustedScriptURLOrUSVString

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

Aliased Type§

pub(crate) enum TrustedScriptURLOrUSVString {
    TrustedScriptURL(Root<Dom<TrustedScriptURL>>),
    USVString(USVString),
}

Variants§

§

TrustedScriptURL(Root<Dom<TrustedScriptURL>>)

§

USVString(USVString)