ComputerCarl / cancelling-serial-axios-requests

Demo to make multiple simultaneous Axios requests and cancel duplicate calls of the same type

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cancelling Axios Requests Only of the Same Type

Demo showing to allow multiple simultaneous Axios requests, but only allow one of a type. Inspiration from GitHub question.

About

Demo to make multiple simultaneous Axios requests and cancel duplicate calls of the same type


Languages

Language:JavaScript 94.7%Language:CSS 5.3%