2
Reply

What is the difference between HTMl5 Application cache and regulat HTML browser cache?

Kunal  Gautam

Kunal Gautam

11y
1.1k
0
Reply

    HTML5 provides application cache, which means that a web application is cached, and accessible without an internet connection. whereas HTML browsers use caching to store HTML web pages by storing a copy of visited pages and then using that copy to render when you re-visit that page.

    HTML5 provides application cache, which means that a web application is cached, and accessible without an internet connection. whereas HTML browsers use caching to store HTML web pages by storing a copy of visited pages and then using that copy to render when you re-visit that page.