WebIDLpedia

HashChangeEvent interface

Definition

HTML Standard defines HashChangeEvent



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

  readonly attribute USVString oldURL;
  readonly attribute USVString newURL;
};

Methods and attributes that return objects implementing HashChangeEvent