This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26445 - XMLHttpRequestEventTarget should have Exposed=(Window,Worker)
Summary: XMLHttpRequestEventTarget should have Exposed=(Window,Worker)
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: XHR (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-28 18:15 UTC by Olli Pettay
Modified: 2014-07-29 12:20 UTC (History)
3 users (show)

See Also:


Attachments

Description Olli Pettay 2014-07-28 18:15:08 UTC
.
Comment 1 Anne 2014-07-29 08:04:20 UTC
It's [NoInterfaceObject]...
Comment 2 Boris Zbarsky 2014-07-29 12:13:21 UTC
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.