Checking support...
Feature Not SupportedThis browser does not support the OffscreenCanvas API Web API feature. Try testing in a modern browser (such as Chrome, Edge, Safari, or Firefox).
Advertisement
Interactive Input Workspace
Ready for input
Web API Execution Output
Result output will be displayed here after processing...
Native JavaScript Code Example (Zero Libraries)
const offscreen = new OffscreenCanvas(256, 256);
const ctx = offscreen.getContext('2d');About the OffscreenCanvas API Web API
OffscreenCanvas provides a canvas that can be rendered off-screen in worker threads.
Specification:W3C & WHATWG Web API Standard
Sponsored Content