WebIDLpedia

PageTransitionEvent interface

Definition

HTML Standard defines PageTransitionEvent



[Exposed=Window]
interface PageTransitionEvent : Event {
  constructor(DOMString type, optional PageTransitionEventInit eventInitDict = {});

  readonly attribute boolean persisted;
};

Methods and attributes that return objects implementing PageTransitionEvent