summaryrefslogtreecommitdiff
path: root/op_crates/web/lib.rs
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-04-06 12:55:05 +0200
committerGitHub <noreply@github.com>2021-04-06 12:55:05 +0200
commit00e63306cbcc295a87ba662f9f63311a3c6c49ce (patch)
tree88020a85a0f1d64803841386d2c5711b7ee008dc /op_crates/web/lib.rs
parentff5d072702aee52882787ea85dd73573a8f8f316 (diff)
refactor: add deno_file op crate (#10019)
Also enables WPT for FileReader.
Diffstat (limited to 'op_crates/web/lib.rs')
-rw-r--r--op_crates/web/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/op_crates/web/lib.rs b/op_crates/web/lib.rs
index af7a7cebc..8ee944d74 100644
--- a/op_crates/web/lib.rs
+++ b/op_crates/web/lib.rs
@@ -30,10 +30,6 @@ pub fn init(isolate: &mut JsRuntime) {
"deno:op_crates/web/12_location.js",
include_str!("12_location.js"),
),
- (
- "deno:op_crates/web/21_filereader.js",
- include_str!("21_filereader.js"),
- ),
];
for (url, source_code) in files {
isolate.execute(url, source_code).unwrap();