Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace nextAnimationFrame with nextRepaint to render stream element …
…updates (#1042) * replace nextAnimationFrame by nextMicroTask * fix linter warnings * use nextEventLoopTick * use nextMicroTask in stream element * event loop tick * useNextAnimationFrame setting on session * revert to initial * conditioned nexTAnimationFrame * use nextEventTick on stream_message_renderer only * update stream element tests * nextRepaint util function with browsert tab awareness * integrate nextRepaint into stream element test * await on nextRepaint on stream element * restore session cache & nextRepaint returns sync * restore nextAnimationFrame on strea element test
- Loading branch information