myfetchapi
Advanced tools
Comparing version 1.4.0 to 1.5.0
export declare const SET_MAX_CONCURRENT_REQUESTS: (max: number) => void; | ||
export type myFetchOptions = { | ||
maxRetry?: number; | ||
maxRetry?: number | null; | ||
retryCb?: (err: any, count: number, max: number) => any; | ||
@@ -5,0 +5,0 @@ retryCondition?: (res: Response) => boolean | Promise<boolean>; |
{ | ||
"name": "myfetchapi", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "mFetch is a JavaScript library that provides a utility function for making HTTP requests with queuing and retry functionality.", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
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
19680