Win8: asynchronous programming in JavaScript with "Promises"

Source: Internet
Author: User

Promises is a feature of winjs and is designed to deal with asynchronous JS issues.

PromiseMode is in one of the following three States at any time: incomplete (Unfulfilled), Completed (Resolved) And reject (Rejected).

ThenMethod returns anotherPromiseObject To facilitate the formationPromisePipeline, which returnsPromiseThe object method supports developers to concatenate asynchronous operations, suchThen (resolvedhandler, rejectedhandler );

ResolvedhandlerThe callback function is inPromiseWhen the object enters the completion state, it is triggered and the result is passed;RejectedhandlerThe function is called in the rejected status. Take a look at the following example:

 

 

Check more content: http://blogs.msdn.com/ B /ie/archive/2011/09/11/asynchronous-programming-in-javascript-with-promises.aspx

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.