We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375baae commit b0d6284Copy full SHA for b0d6284
src/Web/Fetch.js
@@ -1 +1,3 @@
1
-exports._fetch = fetch;
+exports._fetch = function(a, b) {
2
+ return fetch(a, b);
3
+};
0 commit comments