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;
};