HTTPRequest.interceptResolutionState() 方法
¥HTTPRequest.interceptResolutionState() method
描述当前解析操作和优先级的 InterceptResolutionState 对象。
¥An InterceptResolutionState object describing the current resolution action and priority.
InterceptResolutionState 包含:行动:InterceptResolutionAction 优先级?:数字
¥InterceptResolutionState contains: action: InterceptResolutionAction priority?: number
InterceptResolutionAction 是以下之一:abort
、respond
、continue
、disabled
、none
或 already-handled
。
¥InterceptResolutionAction is one of: abort
, respond
, continue
, disabled
, none
, or already-handled
.
签名
¥Signature
class HTTPRequest {
interceptResolutionState(): InterceptResolutionState;
}
Returns: