Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The FormDataEvent interface represents a formdata event — such an event is fired on an HTMLFormElement object after the entry list representing the form's data is constructed.

Link copied to clipboard
Link copied to clipboard
sealed interface FormEncType
Link copied to clipboard
sealed interface FormMethod
Link copied to clipboard
sealed interface FormStateRestoreMode
Link copied to clipboard
open class SubmitEvent(val type: EventType<SubmitEvent>, init: SubmitEventInit = definedExternally) : Event

The SubmitEvent interface defines the object used to represent an HTML form's HTMLFormElement.submit_event event.

Link copied to clipboard