[whatwg] WebWorkers and images

Berend-Jan Wever skylined at chromium.org
Fri Jan 7 05:40:13 PST 2011


Thanks guys, that makes sense (unfortunately).

So, would it be possible:

1) To give WebWorkers access to the DOM API so they can create their own
elements such as img, canvas, etc...?
2) To create a way to communicate media data between web workers and pages
without serialization, so they can pass img, video, and/or audio with high
throughput?
3) Introduce a set of "shared" objects, which are re-entrancy save versions
of a very limited sub-set of classes in the DOM API.

Cheers,
BJ



More information about the whatwg mailing list