What is the concept of Application Cache in HTML5? What are its advantages?
0
The Application Cache concept introduced by HTML5 means that a web application is cached, and accessible without an internet connection.
There are three advantages of Application Cache:
- Offline browsing - Users can use the application when they're offline
- Speed - Cached resources load faster
- Reduced server load - The browser will only download updated/changed resources from the server
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.