HTTPRequest.isInterceptResolutionHandled() 方法
¥HTTPRequest.isInterceptResolutionHandled() method
如果拦截解析已处理,则为 true
,否则为 false
。
¥Is true
if the intercept resolution has already been handled, false
otherwise.
签名
¥Signature
class HTTPRequest {
isInterceptResolutionHandled(): boolean;
}
Returns:
boolean