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

September 27, 2025

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