We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8199efd commit 02f9385Copy full SHA for 02f9385
src/common/util/FetchRequest.js
@@ -1,8 +1,8 @@
1
/* Copyright© 2000 - 2019 SuperMap Software Co.Ltd. All rights reserved.
2
* This program are made available under the terms of the Apache License, Version 2.0
3
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4
-import "./PromisePolyfill"
5
-import 'fetch-ie8'
+import 'promise-polyfill/dist/polyfill';
+import 'fetch-ie8';
6
import fetchJsonp from 'fetch-jsonp';
7
import {
8
SuperMap
@@ -427,4 +427,4 @@ SuperMap.Util.RequestJSONPPromise = {
427
});
428
return me.issue(config);
429
}
430
-};
+};
0 commit comments