aboutsummaryrefslogtreecommitdiff
path: root/src/js/thirdparty/node-fetch.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2023-08-06 20:39:40 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-06 20:39:40 -0700
commit0665733b0302ac7e743e4c131c7697741fa923a5 (patch)
tree2609e7055acbb308ddd52b45393a9b61fdc397bf /src/js/thirdparty/node-fetch.js
parent70c3371b14293e18a5e0470e8b8cd4c04259a606 (diff)
downloadbun-0665733b0302ac7e743e4c131c7697741fa923a5.tar.gz
bun-0665733b0302ac7e743e4c131c7697741fa923a5.tar.zst
bun-0665733b0302ac7e743e4c131c7697741fa923a5.zip
Fixes #4029 and fixes #4022 (#4032)
* Fixes #4029 and Fixes #4022 Fixes #4029 Fixes #4022 * Add test for all the fetches --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Diffstat (limited to 'src/js/thirdparty/node-fetch.js')
-rw-r--r--src/js/thirdparty/node-fetch.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/thirdparty/node-fetch.js b/src/js/thirdparty/node-fetch.js
index 899536d9b..f8bc9e3cd 100644
--- a/src/js/thirdparty/node-fetch.js
+++ b/src/js/thirdparty/node-fetch.js
@@ -60,4 +60,5 @@ export default Object.assign(fetch, {
fileFromSync,
isRedirect,
fetch,
+ default: fetch,
});