refactor: rewrite File implementation (#9334)

This commit is contained in:
Luca Casonato 2021-02-04 15:05:36 +01:00 committed by GitHub
parent 79fa7e0e96
commit 25b35be50d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 71 additions and 40 deletions

View file

@ -67,8 +67,8 @@ pub fn init(isolate: &mut JsRuntime) {
include_str!("20_headers.js"),
),
(
"deno:op_crates/fetch/21_blob.js",
include_str!("21_blob.js"),
"deno:op_crates/fetch/21_file.js",
include_str!("21_file.js"),
),
(
"deno:op_crates/fetch/26_fetch.js",