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.
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