pub(crate) type MessageEventSource = MessageEventSource<DomTypeHolder>;
Aliased Type§
pub(crate) enum MessageEventSource {
WindowProxy(Root<Dom<WindowProxy>>),
MessagePort(Root<Dom<MessagePort>>),
ServiceWorker(Root<Dom<ServiceWorker>>),
}