@exceptionless/fetchclient
Advanced tools
Comparing version 0.28.0 to 0.29.0
{ | ||
"name": "@exceptionless/fetchclient", | ||
"version": "0.28.0", | ||
"version": "0.29.0", | ||
"description": "A simple fetch client with middleware support for Deno and the browser.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
import type { CacheKey } from "./FetchClientCache.js"; | ||
import type { FetchClientResponse } from "./FetchClientResponse.js"; | ||
/** | ||
@@ -32,3 +33,3 @@ * Represents the options for making a request using the FetchClient. | ||
*/ | ||
errorCallback?: (error: Response) => boolean | void; | ||
errorCallback?: (error: FetchClientResponse<unknown>) => boolean | void; | ||
/** | ||
@@ -35,0 +36,0 @@ * An AbortSignal object that can be used to cancel the request. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
184119
2442