🏠 New in High Baseline Support: Offscreen canvas

September 27, 2025

caniuse · mdn · spec

The OffscreenCanvas API provides a canvas that can be drawn to off screen, with no dependencies on the DOM, which can be used to run heavy rendering operations inside a worker context.

Source features