Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
enum DiscardPolicy
import { DiscardPolicy } from "https://deno.land/x/natsws@v1.27.0/src/mod.ts";

Members

New = "new"

Discard the new messages

Old = "old"

Discard old messages to make room for the new ones