diff options
Diffstat (limited to 'ext/fetch')
-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 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); } })(); } |