avancement planning
This commit is contained in:
+2
@@ -11,10 +11,12 @@ export declare abstract class BaseFetcher implements Fetcher {
|
||||
}
|
||||
type Retry = MakeFetchHappenOptions['retry'];
|
||||
interface FetcherOptions {
|
||||
userAgent?: string;
|
||||
timeout?: number;
|
||||
retry?: Retry;
|
||||
}
|
||||
export declare class DefaultFetcher extends BaseFetcher {
|
||||
private userAgent?;
|
||||
private timeout?;
|
||||
private retry?;
|
||||
constructor(options?: FetcherOptions);
|
||||
|
||||
Reference in New Issue
Block a user