ice-lab / icejs

仓库迁移至:https://github.com/alibaba/ice

Home Page:https://ice.work/docs/guide/intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

useRequest能否中断请求

raohuiyong opened this issue · comments

当不同的页面快速切换的时候,页面中的一些request请求并没有执行完。这时候切换页面就可能发生一些请求错误

实现效果:
当页面卸载的时候,一些没有完成的request异步请求能否强制终止

暂时不支持

后续通过 ahooks/useRequest 支持