Skip to content

RFC: Make TimeLine API ergonomic with presentation timestamps

Vlad Zahorodnii requested to merge work/zzag/ergonomic-timeline into master

Currently, if you want to use TimeLine, you need to track the last presentation timestamp which boils down to carrying some boilerplate code.

The current situation can be improved by making TimeLine work with presentation timestamps.

Merge request reports