index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
js
/
40_read_file.js
Age
Commit message (
Expand
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-04-27
perf(runtime): read entire files in single ops (#14261)
Aaron O'Mullan
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-11-22
fix(runtime): support reading /proc using readFile (#12839)
Luca Casonato
2021-09-16
perf(runtime/fs): optimize readFile by using a single large buffer (#12057)
Aaron O'Mullan
2021-06-22
feat(core): support AbortSignal in readFile (#10943)
Benjamin Gruenbaum
2021-06-05
refactor(web): use encoding_rs for text encoding (#10844)
Luca Casonato
2021-04-08
fix(runtime/readFile*): close resources on error during read (#10059)
Satya Rohith
2021-04-06
chore: deprecate Deno.Buffer and read/write utils (#9793)
Luca Casonato
2021-02-04
chore: use strict mode for internal runtime, core, and op_crates js (#9391)
Developing
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-17
refactor: Rename runtime/rt to runtime/js (#8806)
Nayeem Rahman