cancelable-fetch-adv
v1.0.3
Published
Extends fetch to have a cancel() method. Useful for type-ahead, etc.
Readme
cancelable-fetch-adv
Adds a cancel() method to the Promise on fetch, useful when doing type-ahead or similar.
Easiest usage would be to add this to your polyfill file.
Example
require('watchwg-fetch');
require('cancelable-fetch-adv');