Skip to main content

page_transition_event_ctor

Function page_transition_event_ctor 

Source
pub(crate) fn page_transition_event_ctor(
    it: &mut Interp,
    t: Value,
    a: &[Value],
) -> Result<Value, Value>
Expand description

new PageTransitionEvent(type, options)(丸ごと未対応だった。 window.addEventListener('pageshow'/'pagehide', ...) を BFCache シミュレーションでテストする定番パターン向け)。