Closed boldtrn closed 7 years ago
This PR fixes #1. Instead of jQuery Deferred I used a Promis library. The lib is ES6 compatible. As long as we don't use any of the fancy features, we can easily switch to ES6 in the future. Bluebird is considered faster than ES6 promises though.
BTW: There is an interesting SO thread on Bluebird.
Very interesting read, thanks. Also the code looks really good.
This PR fixes #1. Instead of jQuery Deferred I used a Promis library. The lib is ES6 compatible. As long as we don't use any of the fancy features, we can easily switch to ES6 in the future. Bluebird is considered faster than ES6 promises though.
BTW: There is an interesting SO thread on Bluebird.