[whatwg] Canvas in Workers
Oliver Hunt
oliver at apple.com
Fri Nov 16 13:03:11 PST 2012
postMessage already has an ownership transfer list, we could always extend the set of transferable types to include a canvas like thing (the context or some such).
IIRC the last time I suggested having canvas (or at least canvas-like) APIs available in workers it turned into a spec for rotating and scaling images (which i still don't fully understand).
--Oliver
On Nov 16, 2012, at 12:58 PM, Rick Waldron <waldron.rick at gmail.com> wrote:
> On Fri, Nov 16, 2012 at 3:25 PM, Ian Hickson <ian at hixie.ch> wrote:
>
>>
>>
>> var proxy = canvas.transferControlToProxy());
>>
>
> <bikeshed>
>
> Proxy with a capital P is an API in ES6 for creating Proxy objects. While I
> recognize that this is obviously just a conceptual sketch of your idea and
> that you're merely following the camel case tradition, now is probably the
> best time to be informed of potential naming conflicts.
>
>
> Rick
More information about the whatwg
mailing list