[Bug 23780] Check XMLHttpRequest and Notification don't break given the new script settings object stuff

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

--- Comment #7 from Anne <annevk@annevk.nl> ---
I will clean up the IDL when there is IDL syntax for document/worker
distinction.

Until then document response entity body needs to check the environment I
think.

The "if x null, set x to y" is for when x is retrieved. x is set to null during
open() but cannot be retrieved until the request is completed. The idea with
using this type of wording is that x will have its value cached until open() is
invoked (again).

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

Received on Monday, 18 November 2013 16:01:23 UTC