What is the Javascript Cache class?

3

I saw Javascript have a class called Cache . By the little that I could understand seems to have relation with requisitions.

I wanted to know a little more about this class:

  • Is it only for requests made with Request? Or could it be used with the standard Javascript XtmlHttpRequest?

  • This class can be used to cache something other than what was quoted in the first question?

  • Where is this cache stored?

  • What is the support for this functionality? If there is a lack of support, is it possible to do Polyfill?

asked by anonymous 31.10.2018 / 17:53

0 answers