Files
openscreen/src
shaun0927 adc610544c docs: document cursor telemetry buffer API and surface drop events
Add JSDoc to every public export in cursorTelemetryBuffer so the module
meets the 80% docstring-coverage threshold, and make two silent-drop
paths observable:

- endSession() now returns the number of pending batches evicted by the
  maxPendingBatches cap and emits console.warn when any are dropped.
- prependBatch() defensively trims and warns if an unusual retry pattern
  would push the queue past the cap (normal retry after takeNextBatch()
  stays a no-op).

Tests cover both drop paths.
2026-04-21 17:07:19 +09:00
..
2025-10-09 22:37:32 -07:00
2026-03-21 18:18:43 -07:00
2026-03-07 17:59:41 -08:00
2026-03-07 17:59:41 -08:00
2026-03-21 18:18:43 -07:00