summaryrefslogtreecommitdiff
path: root/ext/fetch
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fetch')
-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 169db2bbf..5c824898d 100644
--- a/ext/fetch/26_fetch.js
+++ b/ext/fetch/26_fetch.js
@@ -225,7 +225,7 @@
}
try {
await PromisePrototypeCatch(
- core.write(requestBodyRid, value),
+ core.writeAll(requestBodyRid, value),
(err) => {
if (terminator.aborted) return;
throw err;