mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
code comment tweaks
This commit is contained in:
parent
74bf9c03bc
commit
58250bdc26
@ -1,5 +1,12 @@
|
||||
/**
|
||||
* Helper Class for working with the application cache.
|
||||
*
|
||||
* Listen for the following events:
|
||||
* UPDATE_READY - an update to the cache is ready
|
||||
* UPDATE_NONE - the cache hasn't changed since the last app load.
|
||||
* CACHE_LOADED - the cache has finished loading.
|
||||
* CACHE_ERROR - an error was thrown by the browser while attempting to load the cache.
|
||||
*
|
||||
* For more information on application cache:
|
||||
* https://developer.mozilla.org/en-US/docs/HTML/Using_the_application_cache
|
||||
* Many thanks and all kudos go to the following blog posts:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user