team4909 / 2018-Core

2018 Scouting Platform
MIT License
10 stars 3 forks source link

Implement HTML5 AppCache #23

Closed roshanr10 closed 6 years ago

roshanr10 commented 6 years ago

To allow for offline access, we need to implement HTML5's AppCache to store the files locally. This involves creating a manifest to list all the required files. Everything it depends on should be cached, and network should be * to allow our TBA API calls.

Using AppCache