1.0.1 • Published 4 years ago

fetch-in-flight v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Fetch in Flight (Saving your users some flight time)

Motivation

Prevent multiple requests to the same resource at the same time, this is a Universal tool and can be used Server Side or on the Client

Install

npm install fetch-in-flight --save

Usage