Making it work offline, the workshop.
- Scaffolding the application
- Opening an IndexedDB database
- Using Dev Tools with Safari, Chrome, IE and Firefox
- Creating Object Stores
- Review:
window.indexedDB - Adding data
- Getting data
- Rendering todos
- Deleting data
- Review:
IDBRequestandIDBTransaction - AppCache for full offline experience
- AppCache Gotchas
- Success!
- Scaffolding
- Registering a Service Worker
- Service Worker Cache
- Respond to
onfetch - Other approaches
- Success!
©