Bug 801176 Comment 148 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

As Jeff suggested, I'm adding my usecase that this would help:

DevTools a11y panel has a colour contrast analyzer tool that uses canvas. To improve performance, it would be nice to use offscreen canvas to do as much canvas work as possible in the worker thread since it is only used to calculate contrast values based on the image data for a drawn window.

Back to Bug 801176 Comment 148