Skip to content

blinkFormData

Unofficial

Native Blink engine FormData constructor.

Signature:

var blinkFormData: { new (form?: HTMLFormElement | undefined, submitter?: HTMLElement | null | undefined): FormData; prototype: FormData; }

Type: { new (form?: HTMLFormElement | undefined, submitter?: HTMLElement | null | undefined): FormData; prototype: FormData; }