summaryrefslogtreecommitdiff
path: root/extensions/fetch/lib.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-14 13:51:02 +0200
committerGitHub <noreply@github.com>2021-06-14 13:51:02 +0200
commit5814315b708d154ebb2c29810c16e5af7e726741 (patch)
treeb7a99635dacf2df4a7d05a1bf5dd0810f2b03569 /extensions/fetch/lib.rs
parentd837445e44c9ed5c29901813d73818f84e97b294 (diff)
refactor: move streams implementation to deno_web crate (#10935)
Diffstat (limited to 'extensions/fetch/lib.rs')
-rw-r--r--extensions/fetch/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/fetch/lib.rs b/extensions/fetch/lib.rs
index 5638b1f33..cdac0d64c 100644
--- a/extensions/fetch/lib.rs
+++ b/extensions/fetch/lib.rs
@@ -61,7 +61,6 @@ pub fn init<P: FetchPermissions + 'static>(
.js(include_js_files!(
prefix "deno:extensions/fetch",
"01_fetch_util.js",
- "11_streams.js",
"20_headers.js",
"21_formdata.js",
"22_body.js",