PunCha

导航

2012年11月26日 #

Promise.timeout()

摘要: Promise.timeout methodThis method has two forms:WinJS.Promise.timeout(timeout)andWinJS.Promise.timeout(timeout, promise).WinJS.Promise.timeout(timeout... 阅读全文

posted @ 2012-11-26 00:22 PunCha 阅读(364) 评论(0) 推荐(0)

setImmediate() and setTimeout()

摘要: setImmediate methodRequests that a function be called when current or pending tasks are complete, such as events or screen updates.Syntaxvar retVal = ... 阅读全文

posted @ 2012-11-26 00:20 PunCha 阅读(251) 评论(0) 推荐(0)