diff options
Diffstat (limited to 'ext/fetch/26_fetch.js')
-rw-r--r-- | ext/fetch/26_fetch.js | 2 |
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; |