for await (const entry of kv.watch([['chat']])) console.log(entry);
[ { key: [ "chat" ], value: null, versionstamp: null } ]
console.log(await Array.fromAsync(kv.list({ prefix: ['chat'] })));
Join the Discord to ask follow-up questions and connect with the community
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934 Members