- From: <bugzilla@jessica.w3.org>
- Date: Fri, 29 Apr 2011 20:44:35 +0000
- To: public-webapps@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12574 Summary: AbstractWorker and WorkerGlobalScope should inherit EventTarget Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Web Workers (editor: Ian Hickson) AssignedTo: ian@hixie.ch ReportedBy: jonas@sicking.cc QAContact: member-webapi-cvs@w3.org CC: mike@w3.org, public-webapps@w3.org This was discussed on the webapps list I believe. We should try to include EventTarget in the prototype chain on all objects that are event targets. This way people can modify the EventTarget prototype object to add API to all event targets. A similar modification was done in the DOM Core spec where Node now inherits EventTarget and in the XHR spec where XHR now inherits EventTarget. -- 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 Friday, 29 April 2011 20:44:36 UTC