@yesstudio/nuxt-composables
    Preparing search index...

    Interface FormDataEventInit

    interface FormDataEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        formData: FormData;
    }

    Hierarchy

    • EventInit
      • FormDataEventInit
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    formData: FormData