- From: Adam Bergkvist <adam.bergkvist@ericsson.com>
- Date: Thu, 5 Sep 2013 07:14:40 +0200
- To: Rob Manson <roBman@mob-labs.com>
- CC: "public-media-capture@w3.org" <public-media-capture@w3.org>
On 2013-09-05 04:50, Rob Manson wrote: > Also since I don't believe Blob's are Transferable[9] then choosing B > has performance implications for processes that want to shift work off > into a Web Worker too (see comment above about B's secondary pipeline). It's true that Blob's aren't Transferable (since they are immutable and easy to share it doesn't add much), but you can send them as the first (message) argument to postMessage() [1]. /Adam [1] http://dev.w3.org/html5/postmsg/#dom-window-postmessage
Received on Thursday, 5 September 2013 05:15:03 UTC