aboutsummaryrefslogtreecommitdiff
path: root/src/js/thirdparty/isomorphic-fetch.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/thirdparty/isomorphic-fetch.js')
-rw-r--r--src/js/thirdparty/isomorphic-fetch.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/thirdparty/isomorphic-fetch.js b/src/js/thirdparty/isomorphic-fetch.js
new file mode 100644
index 000000000..7b36684e2
--- /dev/null
+++ b/src/js/thirdparty/isomorphic-fetch.js
@@ -0,0 +1 @@
+export default globalThis.fetch;