Files
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

6 lines
83 B
Plaintext

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