You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
We are considering a complete rewrite of JSend (2.0) and have the following plans in mind:
The text was updated successfully, but these errors were encountered: