Definition
Autofill Event defines AutofillEventInit
dictionary AutofillEventInit : EventInit {
sequence<AutofillValueEntry> autofillValues = [];
boolean allowRefill = true;
};
AutofillEventInit dictionaryAutofill Event defines AutofillEventInit
dictionary AutofillEventInit : EventInit {
sequence<AutofillValueEntry> autofillValues = [];
boolean allowRefill = true;
};