tgvashworth / fetch-engine

A smart request-making library
24 stars 6 forks source link

Support cancellation #98

Open tgvashworth opened 6 years ago

tgvashworth commented 6 years ago

The fetch API has cancellation support: https://developers.google.com/web/updates/2017/09/abortable-fetch

We should support it too.