5 lines
83 B
Text
5 lines
83 B
Text
interface SubmitEvent : Event {
|
|
|
|
readonly attribute HTMLElement? submitter;
|
|
|
|
}
|