Enumeration
WebKit2WebExtensionFormSubmissionStep
deprecated: 2.40 since: 2.20
Description [src]
Used to indicate a particular stage in form submission. See
WebKitWebPage::will-submit-form
.
Available since: 2.20
Deprecated since: 2.40
Please do not use it in newly written code.
Members
WEBKIT_FORM_SUBMISSION_WILL_SEND_DOM_EVENT
-
Indicates the form’s DOM submit event is about to be emitted.
- Value:
0
- Nickname:
send-dom-event
- Available since: 2.20
- Value:
WEBKIT_FORM_SUBMISSION_WILL_COMPLETE
-
Indicates the form is about to be submitted.
- Value:
1
- Nickname:
complete
- Available since: 2.20
- Value: