pcjs/my_modules/shared
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeff Parsons e0487bccd8 Fixed localStorage availability test (for real this time), and asynchronified embed.js
I spent some time fixing the latter because browsers have started warning that synchronous XMLHttpRequest calls on the "main thread" (as Firefox calls it) are deprecated. Since the days of such calls seems to be numbered, I decided to act sooner rather than later.  All PCjs XMLHttpRequests go through a single library function (weblib.loadResource), which accepts an fAsync parameter, and the only code that is still allowed to pass false for that parameter are "emergency" shutdown requests (which I believe browsers must still allow).
2014-10-28 17:12:24 -07:00
..
lib Fixed localStorage availability test (for real this time), and asynchronified embed.js 2014-10-28 17:12:24 -07:00
templates Keep common.xsl in sync with common.html 2014-10-25 22:52:40 -07:00