[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 #11 from Cameron McCormack <cam@mcc.id.au> ---
https://github.com/heycam/webidl/commit/b38006ce3682fc07c1be52a49130bea5e42e7c78

Summary:
  * Window should change its [Global] to [PrimaryGlobal]
  * the [Global] on SharedWorkerGlobalScope and DedicatedWorkerGlobalScope
    should become [Global=Worker]
  * you can use [Exposed=Worker] or [Exposed=Window,Worker] as appropriate
    on interfaces, interface members, partial interfaces, and dictionaries
    that have constructors.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 24 January 2014 07:05:21 UTC