[Webkit-unassigned] [Bug 62039] CustomEvent interface not exposed on view

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 5 11:37:41 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62039





--- Comment #2 from Eli Grey (:sephr) <bugmail at eligrey.com>  2011-06-05 11:37:41 PST ---
No, it's not part of a spec, it's part of the de-facto standard of exposing most DOM interfaces so people can extend them for things such as implementing features for compatibility with future APIs and to use for feature detection, in the case of events (if (self.CustomEvent) { ... }).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list