What is the Application Cache in HTML5 and why it is used?

0

The Application Cache concept means that a web application is cached. It can be accessible without the need for internet connection.

Some advantages of Application Cache:

  1. Offline browsing – Web users can also use the application when they are offline.
  2. Speed – Cached resources load quicker
  3. Reduce the server load – The web browser will only download updated resources from the server.
asked Apr 14, 2023 at 23:16
Sign in to add a comment

0 Answers

0
📝 No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.