This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26447 - Need Exposed=DedicatedWorker on DedicatedWorkerGlobalScope and Exposed=SharedWorker SharedWorkerGlobalScope
Summary: Need Exposed=DedicatedWorker on DedicatedWorkerGlobalScope and Exposed=Shared...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-28 19:24 UTC by contributor
Modified: 2014-09-05 22:38 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-07-28 19:24:40 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#dedicated-workers-and-the-dedicatedworkerglobalscope-interface
Complete: http://www.whatwg.org/c#dedicated-workers-and-the-dedicatedworkerglobalscope-interface
Referrer: 

Comment:
Need Exposed=Worker on DedicatedWorkerGlobalScope and SharedWorkerGlobalScope

Posted from: 98.110.194.132
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:34.0) Gecko/20100101 Firefox/34.0
Comment 1 Boris Zbarsky 2014-07-29 12:48:32 UTC
Actually, what you probably want is [Exposed=DedicatedWorker] on the former and [Exposed=SharedWorker] on the latter.
Comment 2 contributor 2014-09-05 22:38:27 UTC
Checked in as WHATWG revision r8752.
Check-in comment: WebIDL Global=/Exposed= syntax fixes, and make sure the globals are exposed to themselves
http://html5.org/tools/web-apps-tracker?from=8751&to=8752