SubmitEvent.idl 84 B

12345
  1. interface SubmitEvent : Event {
  2. readonly attribute HTMLElement? submitter;
  3. };