davidguerreiro / evscalculator

Web application for professional pokemon players
https://evscalculator.com
0 stars 0 forks source link

Offline use #13

Open jaicab opened 8 years ago

jaicab commented 8 years ago

As an exercise of experimentation, I want to make this site work offline. In order to do this, I'll be using:

The only thing you must know to do this is that the timestamp must be created on the frontend and then sent via AJAX.

davidguerreiro commented 8 years ago

Ok we need to talk about this next weekend.

jaicab commented 8 years ago

May be interesting to use IndexDB instead of localStorage? https://auth0.com/blog/2015/10/30/creating-offline-first-web-apps-with-service-workers/

Support: http://caniuse.com/#feat=indexeddb

jaicab commented 8 years ago

I'll be working on this, it's going to work offline, at least you should be able to see the content :)