文件名称:banda:允许您像使用已解决的对象一样使用承诺
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-19 13:12:45
JavaScript
班达js 允许您像使用已解决的对象一样使用承诺 ##Idea 使用 es6 代理,应该可以在代理中包装一个承诺,让您这样做: a . b . c ( ) . d . then ( function ( result ) { //Do something with result } ) ; 而不是这个: a . then ( function ( aResolved ) { return aResolved . b . c ( ) ; } ) . then ( function cResolved ) { return cResolved . d ; } ) . then ( result ) { //Do something with result } ) ; ##Status 目前这只是一个想法和一些示例代码。 es6 代理的“应用”功能还没有在任何地方实现,
【文件预览】:
banda-master
----package.json(526B)
----LICENSE(34KB)
----index.js(1KB)
----README.md(692B)