abort
Summary
Cancels the application cache download process. This method is intended to be used by Web applications showing their own caching progress UI, in case the user wants to stop the update (e.g., because bandwidth is limited).
Method of apis/appcache/ApplicationCacheapis/appcache/ApplicationCache
Syntax
window.applicationCache.abort();
Return Value
No return value
Related specifications
- W3C ApplicationCache Specification
- W3C Editor’s Draft
Attributions
Microsoft Developer Network: Article