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

后端 未结 16 2171
礼貌的吻别
礼貌的吻别 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:46

    You could consider using the html5 webaudio clock which uses the system time for better accuracy

提交回复
热议问题