- From: Manish Goregaokar <notifications@github.com>
- Date: Thu, 04 Feb 2016 10:13:10 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
Received on Thursday, 4 February 2016 18:13:45 UTC
Workers shouldn't have access to `Document` objects, and WPT even tests for this in workers/semantics/xhr/001.html, however the spec doesn't seem to say anything about `response` (where `responseType=="document"`) and `responseXML` when being evaluated from a worker context. Perhaps we should be early-returning null in both cases? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/xhr/issues/51
Received on Thursday, 4 February 2016 18:13:45 UTC