summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/SubmitEvent.idl
blob: c816ae663f7751b3cce28491712d12c0cd262ca8 (plain)
1
2
3
4
5
interface SubmitEvent : Event {

    readonly attribute HTMLElement? submitter;

};