requestSubmit method
The HTMLFormElement method requestSubmit()
requests
that the form be submitted using a specific submit button.
Implementation
external void requestSubmit([HTMLElement? submitter]);
The HTMLFormElement method requestSubmit()
requests
that the form be submitted using a specific submit button.
external void requestSubmit([HTMLElement? submitter]);