WebKitScriptDialogType

Enum values used for determining the type of #WebKitScriptDialog

Values

ValueMeaning
ALERT0

Alert script dialog, used to show a message to the user.

CONFIRM1

Confirm script dialog, used to ask confirmation to the user.

PROMPT2

Prompt script dialog, used to ask information to the user.

BEFORE_UNLOAD_CONFIRM3

Before unload confirm dialog, used to ask confirmation to leave the current page to the user. Since 2.12

Meta