pcjs/my_modules/pcjs-client
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
..
bin Release of v1.15.6 2014-10-23 20:01:29 -07:00
lib Fixed localStorage availability test (for real this time), and asynchronified embed.js 2014-10-28 17:12:24 -07:00
templates New ChipSet parameter ('floppies') used to specify number and capacity of installed floppy drives 2014-10-24 14:42:17 -07:00
package.json Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00