[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

brunoais <brunoaiss@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |---

--- Comment #5 from brunoais <brunoaiss@gmail.com> ---
There are DOM implementations nearly everywhere.

Take this one, for example:
https://github.com/tmpvar/jsdom

It is a DOM implementation in javascript. The problem is that it tampers with C
and C++ files so it cannot be used out-of-the-box.

Are you sure that there's no way of having two instances of things that offer
the same DOM interface but share no data (from the interface standpoint)?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 8 October 2014 16:30:58 UTC