es5-shim

es5-shim 4.1.4 updated

Include this library in the header of a page and when accessed from older browsers it will upgrade their engine to support EcmaScript 5, the latest version of JavaScript.It's not a complete implementation, but is at close as it can get.Even if es5-shim...

Q.js

Q.js 1.4.1 updated

The term 'Promise' in JavaScript was coined with the emergence of server-side JavaScript development.It basically represents the result of a task, which may or may not have completed yet. Or in simpler words, what to expect for a JS call.Q.js' place in...