WebUtils / Stopwatch

Count time up or down
MIT License
0 stars 1 forks source link

Garbled output on first load #3

Open mahemoff opened 10 years ago

mahemoff commented 10 years ago

Seems to be app-cache related. Whenever I load this for the first time in a browser, I see garbled output and then it's fine on 2nd run.

chrisalexander commented 10 years ago

Think I figured this out the other day, but haven't had time to fix it.

I think when it is doing the first appcache load in a client, trying to do an update call throws an exception. This is in the angular appcache module I wrote, and should be a case of try and then a timer to retry - or using the events. Will see if I can fix it on Friday but away from a computer until Monday really.

Thanks for the report :-)