summaryrefslogtreecommitdiff
path: root/op_crates/fetch/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates/fetch/lib.rs')
-rw-r--r--op_crates/fetch/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/op_crates/fetch/lib.rs b/op_crates/fetch/lib.rs
index 9eeda059a..030f8a809 100644
--- a/op_crates/fetch/lib.rs
+++ b/op_crates/fetch/lib.rs
@@ -59,10 +59,6 @@ pub fn init(isolate: &mut JsRuntime) {
include_str!("01_fetch_util.js"),
),
(
- "deno:op_crates/fetch/03_dom_iterable.js",
- include_str!("03_dom_iterable.js"),
- ),
- (
"deno:op_crates/fetch/11_streams.js",
include_str!("11_streams.js"),
),