WebIDLpedia

HashChangeEventInit dictionary

Definition

HTML Standard defines HashChangeEventInit



dictionary HashChangeEventInit : EventInit {
  USVString oldURL = "";
  USVString newURL = "";
};

Referring IDL interfaces/dictionaries