Using HTML 5 Application Cache for Single Page Applications
Oleksii RudenkoApril 1, 2015 10:42 PM
About common pitfalls when working with HTML5 Application cache. Recently I added the HTML 5 application cache to an Ember app. Actually, the app already used the application cache but it didn't work well. For example, the new releases didn't always make it to the users and the app broke because the client part of it was stale and the server part was new.