micheledallatorre/mws-restaurant-stage-1

Cache JSON responses for offline use with IndexedDB API

Closed this issue · 0 comments

Cache the JSON responses for offline use by using the IndexedDB API.

The client application works offline. JSON responses are cached using the IndexedDB API. Any data previously accessed while connected is reachable while offline.