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 24414 - BroadcastChannel: support BroadcastChannel being used from workers
Summary: BroadcastChannel: support BroadcastChannel being used from workers
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-01-27 22:54 UTC by contributor
Modified: 2014-06-06 21:27 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2014-01-27 22:54:02 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#broadcasting-to-other-browsing-contexts
Complete: http://www.whatwg.org/c#broadcasting-to-other-browsing-contexts
Referrer: 

Comment:
Make BroadcastChannel support being used from workers

Posted from: 2620:0:1000:167c:18f1:2806:18a:1479 by ian@hixie.ch
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1797.2 Safari/537.36
Comment 1 Ian 'Hixie' Hickson 2014-01-27 22:55:12 UTC
This would mostly mean changing the "responsible document" stuff to check for worker event loops instead, and excluding suspended workers.
Comment 2 Ian 'Hixie' Hickson 2014-06-06 21:26:56 UTC
Done!
Comment 3 contributor 2014-06-06 21:27:45 UTC
Checked in as WHATWG revision r8660.
Check-in comment: Make BroadcastChannel objects work in workers
http://html5.org/tools/web-apps-tracker?from=8659&to=8660