WebIDLpedia

AutofillEvent interface

Definition

Autofill Event defines AutofillEvent

[Exposed=Window]
interface AutofillEvent : Event {
  constructor(DOMString type, optional AutofillEventInit eventInitDict = {});
  readonly attribute FrozenArray<AutofillValueEntry> autofillValues;
  readonly attribute RefillCallback? refill;
};

Methods and attributes that return objects implementing AutofillEvent