[whatwg] Canvas in workers

Justin Novosad junov at google.com
Wed Oct 23 08:46:15 PDT 2013


On Tue, Oct 22, 2013 at 5:59 PM, Robert O'Callahan <robert at ocallahan.org>wrote:

> On Tue, Oct 22, 2013 at 10:44 PM, Robert O'Callahan <robert at ocallahan.org
> >wrote:
>
> > No problem at all. Can you do it? I need to get a WHATWG account :-).
> >
>
> OK, I added the proposal here:
> http://wiki.whatwg.org/wiki/WorkerCanvas
> A couple of changes from the previous version:
> -- Added ImageBitmap.transferToImage.
> -- Removed HTMLImageElement.srcObject (though it may come back in other
> contexts)
> -- Made ImageBitmap Transferable. This makes it possible to ensure the
> worker that generated an ImageBitmap does not keep alive a reference to the
> buffer.
> -- Removed ImageBitmaps.close() since the use-cases driving this proposal
> probably don't need it anymore.


Interface Transferable is not defined.


>



More information about the whatwg mailing list