Is there a more accurate way to create a Javascript timer than setTimeout?

后端 未结 16 2185
礼貌的吻别
礼貌的吻别 2020-11-22 14:11

Something that has always bugged me is how unpredictable the setTimeout() method in Javascript is.

In my experience, the timer is horribly inaccurate in

16条回答
  •  爱一瞬间的悲伤
    2020-11-22 14:42

    To my experience it is lost effort, even as the smallest reasonable amount of time I ever recognized js act in is around 32-33 ms. ...

提交回复
热议问题