WebIDLpedia

NavigationHistoryEntry interface

Definition

HTML Standard defines NavigationHistoryEntry



[Exposed=Window]
interface NavigationHistoryEntry : EventTarget {
  readonly attribute USVString? url;
  readonly attribute DOMString key;
  readonly attribute DOMString id;
  readonly attribute long long index;
  readonly attribute boolean sameDocument;

  any getState();

  attribute EventHandler ondispose;
};

Methods and attributes that return objects implementing NavigationHistoryEntry

Referring IDL interfaces/dictionaries