Difference between revisions of "Promise object (JavaScript)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) |
||
Line 7: | Line 7: | ||
* [[jQuery promise method]] | * [[jQuery promise method]] | ||
− | == External links == | + | == External links === |
* [https://blog.hospodarets.com/Native_JavaScript_promises_API Native JavaScript promises API] by Serg Hospodarets | * [https://blog.hospodarets.com/Native_JavaScript_promises_API Native JavaScript promises API] by Serg Hospodarets |
Revision as of 06:44, 25 September 2016
In JavaScript, the promise object is a used to handle asynchronous tasks.
See also
External links =
- Native JavaScript promises API by Serg Hospodarets
- Promises | Web fundamentals - Promises have arrived natively in JavaScript
- Promise @ developer.mozilla.org
- Promise.all() @ developer.mozilla.org
- JavaScript Promise API by David Walsh
- JavaScript Promises by Jake Archibald
- ES6 Promises by Dave Atchley
- Overview of JavaScript Promises by Sandeep Panda
- Promises for asynchronous programming @ exploringjs.com
- Embracing Promises in JavaScript
- Using Javascript native promises, resolve a promise after thenables attached @ Stack Overflow
- Native Support for Promises in Node.js @ Stack Overflow
- Best Practices for Using Promises in JS by Oleksii Rudenko
- JavaScript Promises ... In Wicked Detail by Matt Greer
- How to Chain JavaScript Promises – Intro Tutorial to JavaScript Promises by Pablo Farias Navarro
- Native Javascript Promises vs Bluebird by Nazar Aziz
- Pure JS Promise (Native) by Stenly Tan
- Testing JavaScript's native Promises by Paul Meskers
- Promise Object (JavaScript) @ MSDN
- Can I Use Promises? @ caniuse.com
= YouTube videos
- How to Use Javascript Promises by Jordan Leigh
- JavaScript promises explained tutorial by techsmith