WebIDLpedia

StorageEventInit dictionary

Definition

HTML Standard defines StorageEventInit



dictionary StorageEventInit : EventInit {
  DOMString? key = null;
  DOMString? oldValue = null;
  DOMString? newValue = null;
  USVString url = "";
  Storage? storageArea = null;
};

Referring IDL interfaces/dictionaries