Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alajfit/fetch-in-flight
- Owner: alajfit
- License: mit
- Created: 2019-12-17T18:11:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:55:30.000Z (about 2 years ago)
- Last Synced: 2024-11-28T23:07:53.431Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.34 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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