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 27035 - BroadcastChannel uses the responsible document for Workers accidentally
Summary: BroadcastChannel uses the responsible document for Workers accidentally
Status: RESOLVED DUPLICATE of bug 27145
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: https://html.spec.whatwg.org/#broadca...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-13 18:13 UTC by contributor
Modified: 2014-11-19 23:33 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2014-10-13 18:13:20 UTC
Specification: https://html.spec.whatwg.org/
Multipage: https://html.spec.whatwg.org/multipage/#broadcasting-to-other-browsing-contexts
Complete: https://html.spec.whatwg.org/#broadcasting-to-other-browsing-contexts
Referrer: 

Comment:
BroadcastChannel uses the responsible document for Workers accidentally
The first part of the last paragraph of step 8 of the postMessage() for
BroadcastChannel should be scoped to just tasks headed to browsing context
event loops.

Posted from: 216.239.45.64 by ian@hixie.ch
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.13 Safari/537.36
Comment 1 Ian 'Hixie' Hickson 2014-10-13 18:14:48 UTC
And maybe add a note somewhere that when the event loop is a worker event loop, the responsible document should not be used, or something.
Comment 2 Ian 'Hixie' Hickson 2014-11-19 23:33:56 UTC

*** This bug has been marked as a duplicate of bug 27145 ***