Difference between revisions of "Promise object (JavaScript)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In JavaScript, the '''promise object''' is a used to handle asynchronous tasks. == See also == * Futures and promises * jQuery promise method == External links...")
 
(See also)
Line 5: Line 5:
 
* [[Futures and promises]]
 
* [[Futures and promises]]
 
* [[jQuery promise method]]
 
* [[jQuery promise method]]
 +
 +
== External links ==
 +
 +
 +
* [http://caniuse.com/#feat=promises Can I Use Promises?] @ caniuse.com
  
 
== External links ==
 
== External links ==

Revision as of 07:29, 25 September 2016

In JavaScript, the promise object is a used to handle asynchronous tasks.

See also

External links

External links