When using kv.watch, I notice that it returns a ReadableStream. What's the recommended way to "unwatch" it? Are we meant to call ReadableStream.cancel() ourselves? Or is it safe to just stop reading from the stream and abandon it? Or what's the recommended way to do this?
No replies yet
Join the Discord to continue the conversation
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.