HTTPRequest.isInterceptResolutionHandled() 方法
如果拦截解析已被处理,则为 true,否则为 false。
签名
class HTTPRequest {
isInterceptResolutionHandled(): boolean;
}
返回值:
boolean
如果拦截解析已被处理,则为 true,否则为 false。
class HTTPRequest {
isInterceptResolutionHandled(): boolean;
}
返回值:
boolean