submitcomplete
Submitcomplete is a term used in some web development libraries to indicate the moment when a form submission has finished processing on the client and server. It typically marks the point at which the server response has been received and any post-submission UI updates have been performed. There is no universal standard for a submitcomplete event; the exact name, payload, and trigger vary by framework or library, and some ecosystems do not use this term at all. Variants such as submitComplete or onSubmitComplete may appear in different APIs.
In libraries that implement it as an event or callback, submitcomplete fires after the submission has completed,
With modern techniques, many developers use the Fetch API or promises to manage submissions and then run