Add abortcontroller-polyfill to support abortable fetch calls

This commit is contained in:
Bryan Housel
2019-04-24 16:23:33 -04:00
parent f72fd961cc
commit b6cd13508a
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
import 'browser-polyfills';
import 'abortcontroller-polyfill/dist/polyfill-patch-fetch';
import * as iD from './index';
window.iD = iD;