WebIDLpedia

PageSwapEvent interface

Definition

HTML Standard defines PageSwapEvent



[Exposed=Window]
interface PageSwapEvent : Event {
  constructor(DOMString type, optional PageSwapEventInit eventInitDict = {});
  readonly attribute NavigationActivation? activation;
  readonly attribute ViewTransition? viewTransition;
};

Methods and attributes that return objects implementing PageSwapEvent