|
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 all of this is for making and composing asynchronous promises, without blocking the app and with a better error propagation.
Q.js works with client-side (browsers) and server-side (Node.js, CommonJS, RequireJS, Bower, Component) environments.
Requirements:
· Node.js 0.6 or higher
What's New in This Release: [ read full changelog ]
· Pass through progress notifications when using timeout.
· Pass through progress notifications when using delay.
· Fixed nbind to actually bind the thisArg.
Via: Q.js 0.9.4
0 Comment:
Post a Comment