You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is compatible with almost all mainstream jsonp polyfills libraries. E.g[https://github.com/github/fetch](https://github.com/github/fetch)[https://github.com/matthew-andrews/isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch)[https://github.com/bitinn/node-fetch](https://github.com/bitinn/node-fetch)
12
+
It is compatible with almost all mainstream jsonp polyfills libraries. E.g[https://github.com/github/fetch](https://github.com/github/fetch)[https://github.com/matthew-andrews/isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch)[https://github.com/bitinn/node-fetch](https://github.com/bitinn/node-fetch)
13
13
14
14
##### But it is important to note that you must import 'fetch-jsonp-polyfill' after them.
15
15
@@ -25,11 +25,10 @@ import 'fetch-jsonp-polyfill'
25
25
26
26
## Usage
27
27
You don't need to make any changes, just modify the `method:'GET'` to `method:'JSONP'`.
28
-
In this way, I didn't modify any native code.
29
-
```
30
-
var URL = 'http://jsfiddle.net/echo/jsonp/';
28
+
So simple, in fact I have almost no modifications.
0 commit comments