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
Copy file name to clipboardExpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
1
# window.fetch polyfill
2
2
3
+
This is a fork of [GitHub's fetch polyfill](https://github.com/github/fetch). Its purpose is to get [the fetch polyfill used in React Native](https://github.com/facebook/react-native/blob/master/Libraries/Network/fetch.js) closer to the `whatwg` spec without worrying about breaking older browser versions.
4
+
5
+
For more context, see [the `github/fetch` issue](https://github.com/github/fetch/issues/746) and [the `react-native` issue](https://github.com/facebook/react-native/issues/27741).
6
+
7
+
---
8
+
3
9
The `fetch()` function is a Promise-based mechanism for programmatically making
4
10
web requests in the browser. This project is a polyfill that implements a subset
5
-
of the standard [Fetch specification][], enough to make `fetch` a viable
11
+
of the standard [fetch specification](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), enough to make `fetch` a viable
6
12
replacement for most uses of XMLHttpRequest in traditional web applications.
0 commit comments