ractive-promise-alt:用于 Ractive.js 的适配器以支持承诺

时间:2024-07-03 13:54:33
【文件属性】:

文件名称:ractive-promise-alt:用于 Ractive.js 的适配器以支持承诺

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-03 13:54:33

JavaScript

积极承诺替代 适配器,允许您观察的结果和状态。 在找到更多 Ractive.js 插件 /* here's a function that returns a promise. */ function getUser ( ) { return $ . get ( '/api/user' ) ; } r = new Ractive ( { adapt : [ 'promise-alt' ] } ) ; /* you'll then be able to consume the promise via ractive.set. */ r . set ( 'user' , getUser ( ) ) ; 在您的模板中,您将能够检查承诺的结果(成功时)或错误消息(拒绝时)。 您还可以了解 Promise 的状态。 < div> {{#user}} {{#pendin


【文件预览】:
ractive-promise-alt-master
----.travis.yml(161B)
----index.js(1KB)
----HISTORY.md(516B)
----package.json(737B)
----test()
--------test.js(5KB)
----LICENSE(1KB)
----.gitignore(13B)
----README.md(3KB)

网友评论