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
シミュレーションでテストする定番パターン向け)。