[Bug 26445] XMLHttpRequestEventTarget should have Exposed=(Window,Worker)

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26445

--- Comment #2 from Boris Zbarsky <bzbarsky@mit.edu> ---
Yes, but Exposed on an interface affects not just its visibility in global
scope but also the visibility of its members.  And the default visibility is
"Window only".  So the way the spec is written right now, the members of 
XMLHttpRequestEventTarget are only exposed in window scopes.  Either those
members need [Exposed] or the interface itself does.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 29 July 2014 12:13:22 UTC