[Bug 21650] New: Require that XHR is available in workers

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

            Bug ID: 21650
           Summary: Require that XHR is available in workers
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XHR
          Assignee: annevk@annevk.nl
          Reporter: simonp@opera.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org

http://xhr.spec.whatwg.org/#interface-xmlhttprequest

This used to be in the worker spec but was removed at some point. The XHR spec
needs to say something like

[[
The XMLHttpRequest constructor must be exposed if the JavaScript global
environment is a worker environment.
]]

see e.g.
http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#workernavigator

Similarly for all other interfaces you want to be exposed in workers defined in
this spec.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 10 April 2013 06:29:19 UTC