1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 06:09:25 -05:00
denoland-deno/cli/tests
Luca Casonato 74e39a927c
feat(unstable): kv.watch() (#21147)
This commit adds support for a new `kv.watch()` method that allows
watching for changes to a key-value pair. This is useful for cases
where you want to be notified when a key-value pair changes, but
don't want to have to poll for changes.

---------

Co-authored-by: losfair <zhy20000919@hotmail.com>
2023-12-05 21:21:46 +08:00
..
integration chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
node_compat chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
testdata chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
unit feat(unstable): kv.watch() (#21147) 2023-12-05 21:21:46 +08:00
unit_node perf(node/fs): faster existsSync when not exists (#21458) 2023-12-04 21:05:40 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00