1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/ext
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
..
broadcast_channel chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
cache chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
console chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
cron chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
crypto chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
fetch refactor: use resourceForReadableStream for fetch (#20217) 2023-12-01 08:56:10 -07:00
ffi chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
fs chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
http chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
io chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
kv feat(unstable): kv.watch() (#21147) 2023-12-05 21:21:46 +08:00
napi chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
net chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
node perf(node/fs): faster existsSync when not exists (#21458) 2023-12-04 21:05:40 +00:00
tls chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
url chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
web refactor: use resourceForReadableStream for fetch (#20217) 2023-12-01 08:56:10 -07:00
webidl chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
websocket chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00
webstorage chore: forward v1.38.4 release commit to main (#21400) 2023-11-30 23:06:54 +01:00