🏠 New in Low Baseline Support: requestAnimationFrame() in workers

March 27, 2023

caniuse · mdn · spec

The requestAnimationFrame() method in workers schedules a function that runs before the next repaint. Together with offscreen canvas, you can animate content from a worker.

Source features