lisaogren / axios-cache-adapter

Caching adapter for axios. Store request results in a configurable store to prevent unneeded network requests.
MIT License
726 stars 107 forks source link

fix(utilities): fix invalid calling object error for IE11 #226

Closed ghost closed 3 years ago

ghost commented 3 years ago

Duplicated work from @Brain2000 in #199 to get it merged and released

codecov[bot] commented 3 years ago

Codecov Report

Merging #226 (802f280) into master (db9619a) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #226   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          177       177           
=========================================
  Hits           177       177           
Impacted Files Coverage Δ
src/utilities.js 100.00% <100.00%> (ø)

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 db9619a...802f280. Read the comment docs.