Interface FormDataEventInit
interface FormDataEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
formData: FormData;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
formData: FormData;
}
Hierarchy
- EventInit
- FormDataEventInit (View Summary)