summaryrefslogtreecommitdiff
path: root/ext/fetch/26_fetch.js
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2023-10-31 18:16:27 +0100
committerGitHub <noreply@github.com>2023-10-31 18:16:27 +0100
commit39716183ac557610bf1e8c48b0663b2da1f570e7 (patch)
treebf693f02c46274cad5791102ef5012a4daa67ce4 /ext/fetch/26_fetch.js
parent646afdf259e9e25b59c5305aff231e131ea2fc52 (diff)
feat(ext/web): EventSource (#14730)
Closes #10298 --------- Co-authored-by: Aapo Alasuutari <aapo.alasuutari@gmail.com>
Diffstat (limited to 'ext/fetch/26_fetch.js')
-rw-r--r--ext/fetch/26_fetch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fetch/26_fetch.js b/ext/fetch/26_fetch.js
index f1c771dc0..d77180e85 100644
--- a/ext/fetch/26_fetch.js
+++ b/ext/fetch/26_fetch.js
@@ -594,4 +594,4 @@ function handleWasmStreaming(source, rid) {
}
}
-export { fetch, handleWasmStreaming };
+export { fetch, handleWasmStreaming, mainFetch };