- From: Berend-Jan Wever <skylined@chromium.org>
- Date: Fri, 7 Jan 2011 14:40:13 +0100
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
Received on Friday, 7 January 2011 05:40:13 UTC