Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
enum KvWatchInclude
import { KvWatchInclude } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";

Members

AllHistory = "history"

Include all available history for all keys

LastValue = ""

Include the last value for all the keys

UpdatesOnly = "updates"

Don't include history or last values, only notify of updates