Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/typing/lib.dom.ts>FormDataEvent

Deno Standard Extensions
Go to Latest
interface FormDataEvent
implements Event
import { type FormDataEvent } from "https://deno.land/x/yxz@0.17.0/typing/lib.dom.ts";

Properties

readonly
formData: FormData

Returns a FormData object representing names and values of elements associated to the target form. Operations on the FormData object will affect form data to be submitted.