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