pcjs/my_modules
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
..
c1pjs-client "Fake" XDF disk support works now 2014-10-27 22:20:41 -07:00
diskdump "Fake" XDF disk support works now 2014-10-27 22:20:41 -07:00
filedump PC-DOS 7.00 SETUP is making progress, but XDF support is still lacking 2014-10-22 00:37:31 -05:00
grunts Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00
htmlout Improved separation of FDC media parameters from drive parameters 2014-10-20 00:24:13 -05:00
markout Release of v1.15.6 2014-10-23 20:01:29 -07:00
pcjs-client Fixed localStorage availability test (for real this time), and asynchronified embed.js 2014-10-28 17:12:24 -07:00
shared Fixed localStorage availability test (for real this time), and asynchronified embed.js 2014-10-28 17:12:24 -07:00
README.md README updates (and some code inspection fixes) 2014-09-28 18:18:53 -07:00

Private Node Modules

my_modules contains all the private PCjs Node modules. It is the counterpart to node_modules, where all the public Node modules are installed. Only private Node modules are checked into GitHub; if any of these are later published on npmjs.org, then they will be moved to node_modules and removed from this folder.