UNPKG

worker-fetch-looper

Version:

This is a Fetch looper based on Web Worker and Fetch API

9 lines (8 loc) 161 B
export declare type TRes = { [key: string]: any; _details?: { status: number; ok: boolean; statusText: string; }; };