[Bug 26957] Allow sending DOM objects to Workers and expose a DOM (or DOM-like) interface to workers

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26957

--- Comment #12 from brunoais <brunoaiss@gmail.com> ---
> At least in Gecko, querySelector, nodelists, .style can definitely use shared memory right now.

Would that be shared memory in:
querySelector -> Called on the same document.
NodeList -> Called on the same parent Node.
.style -> Called on the same Node.

Because, otherwise, I don't really see a reason to share memory for these
methods/Objects.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 9 October 2014 06:43:23 UTC