The resources listed in the manifest have been downloaded, and the application is now cached.
Property of apis/appcache/ApplicationCacheapis/appcache/ApplicationCache
Syntaxvar result = window.applicationCache.oncached;
window.applicationCache.oncached = value;
Return Value
Returns an object of type nullnull
NotesIf there is more than one event, the cached event will be the last one in the sequence. Alternatively, you could use an anonymous delegate function such as
object.oncached = function (e) { … }
where e is the cached event.
Related specificationsMicrosoft Developer Network: Article
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4