1. 首页
  2. 考试认证
  3. 其它
  4. ko promise Knockout Observable Promise

ko promise Knockout Observable Promise

上传者: 2024-10-07 06:01:44上传 ZIP文件 8.51KB 热度 1次
ko.promise -可观察的承诺目的这个库的目的是规范observables和promises之间的API表面,允许它们在你的应用程序中互换使用。这简化了将异步调用绑定到您的视图的过程,而无需显式等待promise的解析。例子: function vm ( ) { t// the jQuery ajax call will return a promise derivative, t// which will be turned into an observable that is set when the promise is resolved tthis . asyncResource = ko . promise ( $ . ajax ( "external/url" ) ) ; tthis . normalValue = ko . observa
用户评论