mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
1.1 KiB
1.1 KiB
Tips on using application cache
If you have a requirement to reload your application or restart the browser while offline then you will need to use the application cache.
The application cache will allow you to store any file that is required for offline use. The list includes html files, JavaScript libraries, CSS and images. Any file that your application requires to run normally will have to be referenced in the application cache.
###Configuring your web server
Your web server must be able to serve up the MIME TYPE TEXT/cache-manifest.
###Support Most modern browsers support application cache including IE v10 and v11, Firefox v28+, Chrome v33+, Safari v7+, iOS Safari v3.2+, and Android browser 2.1+. For more detailed info refer to caniuse.com.