nuxt-community / axios-module

Secure and easy axios integration for Nuxt 2
https://axios.nuxtjs.org
MIT License
1.19k stars 245 forks source link

types: extend `Axios.AxiosRequestConfig` with `progress` option #408

Closed rchl closed 4 years ago

rchl commented 4 years ago

As documented in https://axios.nuxtjs.org/options.html#progress, Nuxt Axios supports passing "progress" boolean through request options.

codecov[bot] commented 4 years ago

Codecov Report

Merging #408 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               dev      #408   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           32        32           
  Branches        13        13           
=========================================
  Hits            32        32           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4942979...c268c6b. Read the comment docs.