WebIDLpedia

PopStateEvent interface

Definition

HTML Standard defines PopStateEvent



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

  readonly attribute any state;
  readonly attribute boolean hasUAVisualTransition;
};

Methods and attributes that return objects implementing PopStateEvent