HTTPRequest.isInterceptResolutionHandled() メソッド
true
はインターセプトの解決が既に処理済み、false
はそれ以外の場合は true です。
シグネチャ:
class HTTPRequest {
abstract isInterceptResolutionHandled(): boolean;
}
返り値
ブール値
true
はインターセプトの解決が既に処理済み、false
はそれ以外の場合は true です。
class HTTPRequest {
abstract isInterceptResolutionHandled(): boolean;
}
返り値
ブール値