Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
enum KvWatchInclude
import { KvWatchInclude } from "https://deno.land/x/natsws@v1.29.2/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