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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/fetch/26_fetch.js b/ext/fetch/26_fetch.js
index 7d9918e23..baad62731 100644
--- a/ext/fetch/26_fetch.js
+++ b/ext/fetch/26_fetch.js
@@ -11,11 +11,11 @@
/// <reference lib="esnext" />
import { core, primordials } from "ext:core/mod.js";
-const {
+import {
op_fetch,
op_wasm_streaming_feed,
op_wasm_streaming_set_url,
-} = core.ensureFastOps();
+} from "ext:core/ops";
// TODO(bartlomieju): this ops is also used in `ext/node/polyfills/http.ts`.
const {
op_fetch_send,