ladybird/Libraries/LibWeb/HTML/SubmitEvent.idl
Luke 773df8826d LibWeb: Add the submit event to HTMLFormElement
Also adds the ability to submit from JavaScript.
2020-11-22 18:20:56 +01:00

5 lines
83 B
Text

interface SubmitEvent : Event {
readonly attribute HTMLElement? submitter;
}