mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
refactor: rewrite File implementation (#9334)
This commit is contained in:
parent
79fa7e0e96
commit
25b35be50d
7 changed files with 71 additions and 40 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue