diff options
Diffstat (limited to 'ext/fetch/26_fetch.js')
-rw-r--r-- | ext/fetch/26_fetch.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/fetch/26_fetch.js b/ext/fetch/26_fetch.js index baad62731..9f90156c5 100644 --- a/ext/fetch/26_fetch.js +++ b/ext/fetch/26_fetch.js @@ -13,13 +13,10 @@ import { core, primordials } from "ext:core/mod.js"; import { op_fetch, + op_fetch_send, op_wasm_streaming_feed, op_wasm_streaming_set_url, } from "ext:core/ops"; -// TODO(bartlomieju): this ops is also used in `ext/node/polyfills/http.ts`. -const { - op_fetch_send, -} = core.ensureFastOps(true); const { ArrayPrototypePush, ArrayPrototypeSplice, |