UNPKG

@hyper-fetch/core

Version:

Cache, Queue and Persist your requests no matter if you are online or offline!

9 lines (6 loc) 228 B
import { DateInterval } from "constants/time.constants"; import { AdapterExtraType } from "./adapter.types"; export const defaultTimeout = DateInterval.second * 5; export const xhrExtra: AdapterExtraType = { headers: {}, };