Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
requestAnimationFrame は、ユーザー入力または setTimeout/setInterval から、通常実行される他の JavaScript と同時にキューに入れられた関数を実行しますか?
他のすべてのもの(ワーカーを除く)と同じ単一のスレッドで実行されるため、そうです。