Searched refs:FetchLike (Results 1 – 8 of 8) sorted by relevance
1 import { FetchLike } from './client.types';7 export function wrapFetchWithOffline(fetchFunction: FetchLike): FetchLike {
3 import { FetchLike } from './client.types';9 export function wrapFetchWithProxy(fetchFunction: FetchLike): FetchLike {
3 import { FetchLike } from './client.types';11 export function wrapFetchWithBaseUrl(fetch: FetchLike, baseUrl: string): FetchLike {
1 import { FetchLike } from './client.types';5 export function wrapFetchWithProgress(fetch: FetchLike): FetchLike {
8 import { FetchLike } from './client.types';54 export function wrapFetchWithCredentials(fetchFunction: FetchLike): FetchLike {128 fetch?: FetchLike;132 }): FetchLike {
17 export type FetchLike = ( alias
11 import { FetchLike, ProgressCallback } from '../api/rest/client.types';30 let fetchInstance: FetchLike = fetchAsync;
19 import { FetchLike } from '../client.types';150 fetch: FetchLike,