HTTPRequest.interceptResolutionState() メソッド
現在の解決アクションと優先度を示す InterceptResolutionState オブジェクトを取得します。
InterceptResolutionState には、次のものが含まれます。 action: InterceptResolutionAction priority?: number
InterceptResolutionAction の 1 つは、abort
、respond
、continue
、disabled
、none
、または already-handled
です。
署名:
class HTTPRequest {
abstract interceptResolutionState(): InterceptResolutionState;
}
返り値