1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 19:55:06 +00:00
serenity/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;
}