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 19838 - Broadcasting to many ports is relatively simple IN PRINCIPLE: keep an array of MessagePort objects to send messages to, and iterate through the array to send a message. However, this has one rather UNFORTUNATE effect:
Summary: Broadcasting to many ports is relatively simple IN PRINCIPLE: keep an array o...
Status: RESOLVED NEEDSINFO
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: 2012-11-03 05:25 UTC by contributor
Modified: 2012-11-16 18:50 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2012-11-03 05:25:29 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/#broadcasting-to-many-ports
Multipage: http://www.whatwg.org/C#broadcasting-to-many-ports
Complete: http://www.whatwg.org/c#broadcasting-to-many-ports

Comment:
Broadcasting to many ports is relatively simple IN PRINCIPLE: keep an array of
MessagePort objects to send messages to, and iterate through the array to send
a message. However, this has one rather UNFORTUNATE effect:

Posted from: 67.191.114.117
User agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
Comment 1 Ian 'Hixie' Hickson 2012-11-05 20:13:03 UTC
Can you elaborate on the desire for the first change?
Comment 2 contributor 2012-11-05 20:14:25 UTC
Checked in as WHATWG revision r7503.
Check-in comment: Fix some typos or copypasta.
http://html5.org/tools/web-apps-tracker?from=7502&to=7503