deno/cli/js
Asher Gomez 2f47ec6c3a
feat: Deno.FsFile.dataSync() and Deno.FsFile.dataSyncSync() (#22019)
This change:
1. Implements `Deno.FsFile.dataSync()` and `Deno.FsFile.dataSyncSync()`.
2. Deprecates `Deno.fdatasync()` and `Deno.fdatasyncSync()` for removal
in Deno v2, in favour of the above corresponding methods.
3. Replaces use of `Deno.fdatasync()` and `Deno.fdatasyncSync()` with
the above instance methods.

Related #21995
2024-01-24 00:31:52 +01:00
..
40_jupyter.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
40_testing.js feat: Deno.FsFile.dataSync() and Deno.FsFile.dataSyncSync() (#22019) 2024-01-24 00:31:52 +01:00