🏠 New in Low Baseline Support: Offscreen canvas

March 27, 2023

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