A single buzz event recorded during a question.
timestamp uses performance.now() offset from Date.now() at session start to provide sub-millisecond precision for ordering simultaneous buzzes. isFalseStart is set when the buzz arrived while buzzerLocked was true.
timestamp
performance.now()
Date.now()
isFalseStart
buzzerLocked
true
true when the buzz arrived before the GM unlocked the buzzer.
High-precision client-side timestamp for ordering (microseconds).
A single buzz event recorded during a question.
Remarks
timestampusesperformance.now()offset fromDate.now()at session start to provide sub-millisecond precision for ordering simultaneous buzzes.isFalseStartis set when the buzz arrived whilebuzzerLockedwastrue.