mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
interface SubmitEvent : Event {
|
|
|
|
readonly attribute HTMLElement? submitter;
|
|
|
|
}
|