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

Members

New = "new"

Discard the new messages

Old = "old"

Discard old messages to make room for the new ones