[Bug 12574] AbstractWorker and WorkerGlobalScope should inherit EventTarget

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12574

Olli Pettay <Olli.Pettay@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |Olli.Pettay@gmail.com
         Resolution|INVALID                     |

--- Comment #5 from Olli Pettay <Olli.Pettay@gmail.com> 2011-06-21 22:45:34 UTC ---
 > This is an antipattern. There's nothing special about EventTarget here, it's
> just an interface that these objects provide, it's not key to their existence.

To make Workers do something useful, it is absolutely must that
they are EventTargets (otherwise event handling wouldn't work).

And why would Workers related object behave in a different way than
other EventTargets?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 21 June 2011 22:45:36 UTC