PolicyDecisionType
Description:
[ CCode ( cprefix = "WEBKIT_POLICY_DECISION_TYPE_" , type_id = "webkit_policy_decision_type_get_type ()" ) ]
public enum PolicyDecisionType
Enum values used for determining the type of a policy decision during
decide_policy.
Content:
Enum values:
- NAVIGATION_ACTION -
This type of policy decision is requested when WebKit is about to navigate to a new page in either the main frame or a subframe.
- NEW_WINDOW_ACTION -
This type of policy decision is requested when WebKit is about to create a new window.
- RESPONSE - This type of decision
is used when WebKit has received a response for a network resource and is about to start the load.