Is it possible to monitor
- when a provider starts synchronizing (after a
Y.Doc
update), - the current synchronization progress and
- when synchronization has finished?
The latter can be done by listening to 'sync[ed]'
events - but only initially, not after the first update.
But what about the others?
My use case: synchronizing data over mobile connections when an application is started may take some time - and it is always good style to inform the user about progress, success and failure