Type Alias MessageEventSource

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

Aliased Type§

pub(crate) enum MessageEventSource {
    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>>)