mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
feat(web): FileReader API (#6673)
This commit is contained in:
parent
d7077b9073
commit
eed77aa020
8 changed files with 564 additions and 0 deletions
|
@ -165,6 +165,7 @@ fn get_js_files_for_rt() -> Vec<String> {
|
|||
"rt/20_headers.js",
|
||||
"rt/20_streams_queuing_strategy.js",
|
||||
"rt/21_dom_file.js",
|
||||
"rt/21_filereader.js",
|
||||
"rt/22_form_data.js",
|
||||
"rt/23_multipart.js",
|
||||
"rt/24_body.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue