0

Can someone help me understand how display rate is synchronized between platform and kernel. Because I am unable to see the use of vsync, as we used to do in Android ?

So I wanted to know how firefox os do it ?

Rahul
  • 1,607
  • 3
  • 23
  • 41

1 Answers1

0

window.requestAnimationFrame() (or use a JavaScript framework that uses it)

Doug Reeder
  • 698
  • 6
  • 12