WebIDLpedia

PromiseRejectionEventInit dictionary

Definition

HTML Standard defines PromiseRejectionEventInit



dictionary PromiseRejectionEventInit : EventInit {
  required object promise;
  any reason;
};

Referring IDL interfaces/dictionaries