pub(crate) type OnBeforeUnloadEventHandler = OnBeforeUnloadEventHandler<DomTypeHolder>;
Aliased Type§
pub(crate) enum OnBeforeUnloadEventHandler {
None,
Some(Rc<OnBeforeUnloadEventHandlerNonNull<DomTypeHolder>>),
}
Variants§
None
No value.
Some(Rc<OnBeforeUnloadEventHandlerNonNull<DomTypeHolder>>)
Some value of type T
.