umijs / umi-request

A request tool based on fetch.
2.2k stars 336 forks source link

chore: remove abort controller polyfill #251

Closed ttys026 closed 3 years ago

ttys026 commented 3 years ago

It seems that 1.3.5 source code is not pushed to this repo. Based on the distributed js file on npm, the abort controller polyfill have been removed since1.3.5 Thus we keep that change in the next patch version

fxxjdedd commented 3 years ago

@ttys026 We should remove AbortController from types/index.d.ts too.