diff options
author | Paul Thompson <paul.thompson773@gmail.com> | 2020-08-11 22:00:53 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 14:00:53 +0200 |
commit | eed77aa0208e603dac908a240dd66ece422e9dd7 (patch) | |
tree | 263f539c6bfe40d19bb8b8c591466887e3a686a7 /cli/build.rs | |
parent | d7077b9073dec6fb1f4b07d5575ef416997c19a9 (diff) |
feat(web): FileReader API (#6673)
Diffstat (limited to 'cli/build.rs')
-rw-r--r-- | cli/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/build.rs b/cli/build.rs index 5a7f173e5..8e9aa474b 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -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", |