Re: [whatwg] Canvas image to blob/dataurl within Worker

On 3/20/15 8:13 AM, Jake Archibald wrote:
> Almost all the pieces already exist, except a way to get the image data of
> a CanvasRenderingContext2D into a format that can be read from a
> url.

There's CanvasRenderingContext2D.toDataURL; I assume the problem is that 
it's not async, yes?  But if you're inside a worker anyway, do you care?

-Boris

Received on Friday, 20 March 2015 12:40:51 UTC