老师,请问 Cancelable.js 用 async await 如何实现呢,还是不能

来源:9-8 为Promise插上翅膀之可取消的异步任务

心灵泽尘

2018-11-21

我是这样做的,没有用到 Cancelable.js, 请问老师这样做对么,好不好?

http://img.mukewang.com/szimg/5bf4c43600010d6f05760225.jpg

http://img.mukewang.com/szimg/5bf4c4360001179905070419.jpg

http://img.mukewang.com/szimg/5bf4c436000192f907600401.jpg


写回答

1回答

CrazyCodeBoy

2018-11-23

可参考:

async loadData() {
    this.cancelable = makeCancelable(fetch(this.genFetchUrl(this.inputKeky)));
    try {
        let result=await this.cancelable.promise;
    }catch (e) {
        console.log(e)
    }
}


1
0

React Native技术精讲与高质量上线App开发

一个真实的上线项目,一次完整的开发过程,全面掌握React Native技术

1577 学习 · 727 问题

查看课程