HTTPRequest.interceptResolutionState() 方法
一个 InterceptResolutionState 对象,描述了当前解析操作和优先级。
InterceptResolutionState 包含: action: InterceptResolutionAction priority?: number
InterceptResolutionAction 是以下之一:abort
,respond
,continue
,disabled
,none
,或 already-handled
。
签名
class HTTPRequest {
interceptResolutionState(): InterceptResolutionState;
}
返回值