UNPKG

worker-fetch-looper

Version:

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

6 lines (5 loc) 109 B
export declare type TWorkerFnParams = { url: string; body?: any; method: 'POST' | 'GET'; };