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