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