Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alajfit/fetch-in-flight

Prevent multiple fetch requests to the same resource
https://github.com/alajfit/fetch-in-flight

Last synced: about 1 month ago
JSON representation

Prevent multiple fetch requests to the same resource

Awesome Lists containing this project

README

        

# Fetch in Flight

![Fetch In Flight - Release](https://github.com/alajfit/fetch-in-flight/workflows/Fetch%20In%20Flight%20-%20Release/badge.svg)
[![npm](https://img.shields.io/npm/v/fetch-in-flight.svg) ![npm](https://img.shields.io/npm/dm/fetch-in-flight.svg)](https://www.npmjs.com/package/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

```bash
npm install fetch-in-flight --save
```

## Usage