rikmms / progress-bar-4-axios

Slim progress bar (NProgress) for Web applications that use Axios library for HTTP requests
MIT License
246 stars 32 forks source link

Allow an axios request to bypass the progress bar #11

Open jrlucier opened 5 years ago

jrlucier commented 5 years ago

I have lots of typeahead requests that fire off while a user is using the app. They're degradeable, and the constant progress bar popping up was not necessary. This change allows you to specify specific Axios requests to not influence the progressbar showing/hiding/etc.

theonoel commented 4 years ago

Up pls