Type Alias WindowProxyOrMessagePortOrServiceWorker

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

Aliased Type§

pub(crate) enum WindowProxyOrMessagePortOrServiceWorker {
    WindowProxy(Root<Dom<WindowProxy>>),
    MessagePort(Root<Dom<MessagePort>>),
    ServiceWorker(Root<Dom<ServiceWorker>>),
}

Variants§

§

WindowProxy(Root<Dom<WindowProxy>>)

§

MessagePort(Root<Dom<MessagePort>>)

§

ServiceWorker(Root<Dom<ServiceWorker>>)