UNPKG

@hyper-fetch/core

Version:

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

9 lines (6 loc) 222 B
import { Time } from "constants/time.constants"; import { HttpAdapterExtraType } from "./http-adapter.types"; export const defaultTimeout = Time.SEC * 5; export const xhrExtra: HttpAdapterExtraType = { headers: {}, };