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 IE11 "Invalid Calling Object" #199

Closed Brain2000 closed 3 years ago

Brain2000 commented 4 years ago

Fix IE11 "Invalid Calling Object"

codecov[bot] commented 4 years ago

Codecov Report

Merging #199 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #199   +/-   ##
=========================================
  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 137f392...dca9fa9. Read the comment docs.

emehran commented 3 years ago

Hey! is there any reason this is not merged yet?

ghost commented 3 years ago

Hello 🙂 Just re-build the dist files and I'll merge it

ghost commented 3 years ago

I duplicated the fix in another PR #226 to get it merged, thank you for the contribution