In KnockoutSpa, use isomorphic-fetch for IE/Edge compatibility

This commit is contained in:
SteveSandersonMS
2016-08-19 01:08:57 +01:00
parent 5bc47aacd8
commit 48eb2b7a05
7 changed files with 126 additions and 90 deletions

View File

@@ -5,9 +5,6 @@
"path": "typings",
"bundle": "typings/tsd.d.ts",
"installed": {
"whatwg-fetch/whatwg-fetch.d.ts": {
"commit": "dade4414712ce84e3c63393f1aae407e9e7e6af7"
},
"knockout/knockout.d.ts": {
"commit": "9f0f926a12026287b5a4a229e5672c01e7549313"
},
@@ -28,6 +25,9 @@
},
"js-signals/js-signals.d.ts": {
"commit": "9f0f926a12026287b5a4a229e5672c01e7549313"
},
"isomorphic-fetch/isomorphic-fetch.d.ts": {
"commit": "57ec5fbb76060329c10959d449eb1d4e70b15a65"
}
}
}