summaryrefslogtreecommitdiff
path: root/ext/fetch/26_fetch.js
diff options
context:
space:
mode:
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 bbcbb44f0..711825985 100644
--- a/ext/fetch/26_fetch.js
+++ b/ext/fetch/26_fetch.js
@@ -556,7 +556,7 @@
core.close(rid);
} catch (err) {
// 2.8 and 3
- core.opSync("op_wasm_streaming_abort", rid, err);
+ core.abortWasmStreaming(rid, err);
}
})();
}