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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.