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