HTTPRequest.interceptResolutionState() 方法
一個 InterceptResolutionState 物件,描述目前解析的動作和優先順序。
InterceptResolutionState 包含:action: InterceptResolutionAction priority?: number
InterceptResolutionAction 是以下其中之一:abort
、respond
、continue
、disabled
、none
或 already-handled
。
簽名
class HTTPRequest {
interceptResolutionState(): InterceptResolutionState;
}
回傳