mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 02:57:31 +00:00
In KnockoutSpa, use isomorphic-fetch for IE/Edge compatibility
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user