Over the course of today we've covered IndexedDB, AppCache and ServiceWorker in depth.
- Stop implementing WebSQL code. It's deprecated and Safari is getting it soon. Use the IndexedDB polyfill instead.
- Offline applications are possible today across 83% of the web with AppCache.
- If you're using AppCache I highly recommend only storing application files in AppCache and only storing content in client database.
- Service Worker is coming, track its status and prepare your websites.