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 26545 - BroadcastChannel.postMessage should throw an exception after close() has been called
Summary: BroadcastChannel.postMessage should throw an exception after close() has been...
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-08-08 18:12 UTC by contributor
Modified: 2014-09-12 17:37 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-08-08 18:12:01 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html
Multipage: http://www.whatwg.org/C#dom-broadcastchannel-close
Complete: http://www.whatwg.org/c#dom-broadcastchannel-close
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/

Comment:
BroadcastChannel.postMessage should throw an exception after close() has been
called

Posted from: 91.154.44.207
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0
Comment 1 contributor 2014-09-12 17:37:17 UTC
Checked in as WHATWG revision r8762.
Check-in comment: Once you close a BroadcastChannel, you can't use it to send anymore either
http://html5.org/tools/web-apps-tracker?from=8761&to=8762