Skip to main content

ensureAllPredictionsReturned()

Optional. Only needed if you store gaze data on a server you control. Waits until every pending gaze prediction — including partial batches — has been returned to your server. Call this before ending the experiment to guarantee no data is lost.

await chiasm.ensureAllPredictionsReturned();

Throws if the tracker has not been initialized.