You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I continue to struggle to get my appcache monitor state machine to cooperate with Firefox in all cases. Generally it works but there are currently some odd corner cases. In all cases a browser refresh after taking an update seems to correct. But this shouldn't ever be necessary.
The text was updated successfully, but these errors were encountered:
Update: The latest update of Firefox seems to make the existing annoyance of an occasionally needing to manually refresh the page post update a constant annoyance. Browser refresh works, but only the WebKit Chrome and Safari seem to actually implement the documented AppCache state machine per specification. I've resisted the urge to rewrite this code as it's fundamentally a state machine (that should be modeled in SCDL). However, that's a ways out still. I plan to come back in and review all the bootstrap code; in particular another go at the AppCache monitor as this is critically important for single-page HTML 5 apps (and tricky to get working despite a simple spec).
I continue to struggle to get my appcache monitor state machine to cooperate with Firefox in all cases. Generally it works but there are currently some odd corner cases. In all cases a browser refresh after taking an update seems to correct. But this shouldn't ever be necessary.
The text was updated successfully, but these errors were encountered: