Raymond Camden <mailto:[email protected]>
2014 March 24 at 14:26
And now - all of a sudden - it has my latest code. I did window.location.reload() in the console - did that force it?
I'm unsure, but it's plausible!

If not - how would the average user see my latest bits for a hosted app?
Hosted apps like yours should behave like web pages in this regard and rely on the same mechanisms as web pages in the Firefox web browser to ensure their resources are up-to-date. It sounds like the runtime might be overaggressively caching (or, more accurately and precisely, under-aggressively invalidating its on-disk cache). Or perhaps the runtime is using session restore to restore the state of the page as of the last time the app was quit.

In any case, I filed bug 988062 <https://bugzilla.mozilla.org/show_bug.cgi?id=988062> to investigate the issue.

-myk

_______________________________________________
dev-webapps mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-webapps

Reply via email to