Re: [whatwg] Canvas in workers

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

> On Tue, Oct 22, 2013 at 10:44 PM, Robert O'Callahan <robert@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.


>

Received on Wednesday, 23 October 2013 15:46:42 UTC