[Bug 12574] AbstractWorker and WorkerGlobalScope should inherit EventTarget

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

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

--- Comment #4 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-06-21 22:16:31 UTC ---
EventTarget is a service provided by these objects, these objects are not a
kind of EventTarget.

Suppose these interfaces were TransferrableData, as well. Should they inherit
from both EventTarget and TransferrableData?

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.

-- 
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:16:33 UTC