Read Me
Based on the project http://www.phplivex.com/ by Arda Beyazoglu.
Changes in the fork:
1) the PHP-file: small fixes;
2) the JS-file :
- small fixes
- added preloader handling for sync mode
- fixes for IE6
- optional shorter option names
- added "setImmediate" code (for running any code asyncronously without queue waiting) from
https://github.com/YuzuJS/setImmediate/blob/master/setImmediate.js
3) added promise code from https://gitorious.org/promisejs/promisejs/source/3480661ea75cdc5a494f96ca2e517042dd8de161
by Pierre Duquesne and tied to the PHPLiveX code
- added promise wrapper for any arbitrary function
- added exception support
- added global preloader handling for promises