Jsend
Jsend copied to clipboard
JSend 2.0 plans
We are considering a complete rewrite of JSend (2.0) and have the following plans in mind:
- Modular structure, with the option to only include the features that one needs
- Remove jQuery dependency
- Support for Promises (with optionally a polyfill for browsers that doesn't offer support). Which polyfill this will be, isn't decided yet. Perhaps NPO?
- AMD / CommonJS support
- No more high-level aliases, just one consistent function call
- IE7+ support (so no more ActiveXObject crap)
- NPM / Bower support
Cool. +1
Plus, added support for JSONP, which is currently not available.