[Bug 22646] So if we want to say on a per-object basis whether it ought to be exposed to workers (which I think is useful) lets introduce "exposed to document environments", "exposed to worker environments", and [...]

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

--- Comment #7 from Anne <annevk@annevk.nl> ---
What I have been wanting to do is things like this:

[Exposed=Window,Worker] interface XMLHttpRequest { ... }

[Exposed=Window] partial interface XMLHttpRequest { ... responseXML ... }

So it would be more than that if I had my way.

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

Received on Thursday, 23 January 2014 15:43:19 UTC