pub(crate) type PopStateEventInit = PopStateEventInit;
Aliased Type§
struct PopStateEventInit {
pub(crate) parent: EventInit,
pub(crate) state: RootedTraceableBox<Heap<Value>>,
}
Fields§
§parent: EventInit
§state: RootedTraceableBox<Heap<Value>>