<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000099">
When application cache update is invoked by document load that is
completely fetched from offline application cache while the browser is
in offline mode what exactly should happen? <br>
<br>
Let's say we always want to have one of the onxxx events on
applicationCache object get called. In case the browser is in offline
mode (including user switch to offline mode manually) the only
reasonable event seems to be onerror call because the server could not
actually be reached. The spec says nothing in particular about behavior
of the update process while browser is offline.<br>
<br>
Thanks<br>
Honza Bambas<br>
</body>
</html>