HTTPRequest.isInterceptResolutionHandled() 方法
🌐 HTTPRequest.isInterceptResolutionHandled() method
如果截距解析已经处理,则为 true,否则为 false。
🌐 Is true if the intercept resolution has already been handled, false otherwise.
语法
🌐 Signature
class HTTPRequest {
isInterceptResolutionHandled(): boolean;
}
返回:
boolean