[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 #14 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
heycam: Why do you have this restriction?:

# If [Exposed] appears on an overloaded operation, then it must appear on all 
# overloads, with the same identifier list.

Consider e.g. APIs that in workers take a string or an integer, but in Windows
take a string, an integer, or a DOM node.

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

Received on Monday, 27 January 2014 19:45:20 UTC