property WatchSession.droppedEvents

How many events the feed dropped because a consumer fell behind. 0 unless something stalls.

A watch session has no natural end, so an events() feed nobody drains would grow for as long as the session lives — the cap is what stops that, and this is how you see it happen.

Type

number

Usage

import { type WatchSession } from "lib/api/watch.ts";