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
Universal WHATWG Fetch API for Node, Browsers and React Native. The scenario that cross-fetch really shines is when the same JavaScript codebase needs to run on different platforms.
9
+
Universal WHATWG Fetch API for Node, Browsers, Workers and React Native. The scenario that cross-fetch really shines is when the same JavaScript codebase needs to run on different platforms.
10
10
11
11
-**Platform agnostic**: browsers, Node or React Native
12
12
-**Optional polyfill**: it's up to you if something is going to be added to the global object or not
13
13
-**Simple interface**: no instantiation, no configuration and no extra dependency
14
14
-**WHATWG compliant**: it works the same way wherever your code runs
15
15
-**TypeScript support**: better development experience with types.
16
+
-**Worker support**: works on different types of workers such as Service Workers and CloudFlare Workers
0 commit comments