Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Cyberlane/cancelable-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Version npm

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');