pub(crate) type EventOrString = EventOrString<DomTypeHolder>;
pub(crate) enum EventOrString { Event(Root<Dom<Event>>), String(DOMString), }