summaryrefslogtreecommitdiff
path: root/runtime/js/40_write_file.js
AgeCommit message (Expand)Author
2023-01-12feat: allow passing a ReadableStream to Deno.writeFile/Deno.writeTextFile (#1...Leo Kettmeir
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-13feat: support `createNew` in `Deno.writeFile` (#17023)Leo Kettmeir
2022-09-05perf(runtime): flatten arguments for write_file ops (#15776)Divy Srivastava
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-04-18perf: move Deno.writeTextFile and like functions to Rust (#14221)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-16feat: support abort reasons in Deno APIs and `WebSocketStream` (#13066)Andreu Botella
2021-08-06feat: support AbortSignal in writeFile (#11568)Benjamin Gruenbaum
2021-07-04refactor: use primordials in runtime/, part2 (#11248)Bartek IwaƄczuk
2021-04-06chore: deprecate Deno.Buffer and read/write utils (#9793)Luca Casonato
2021-02-04chore: use strict mode for internal runtime, core, and op_crates js (#9391)Developing
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-12-17refactor: Rename runtime/rt to runtime/js (#8806)Nayeem Rahman