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 28726 - initMessageEvent() sourceArg should be nullable
Summary: initMessageEvent() sourceArg should be nullable
Status: RESOLVED MOVED
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/#the-mes...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-31 20:54 UTC by contributor
Modified: 2015-09-01 13:28 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2015-05-31 20:54:32 UTC
Specification: https://html.spec.whatwg.org/
Multipage: https://html.spec.whatwg.org/multipage/#the-messageevent-interfaces
Complete: https://html.spec.whatwg.org/#the-messageevent-interfaces
Referrer: 

Comment:
initMessageEvent() sourceArg should be nullable

Posted from: 85.225.4.214
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36 OPR/29.0.1795.60
Comment 1 Philip Jägenstedt 2015-05-31 20:55:18 UTC
Both MessageEvent.source and MessageEventInit.source are nullable.
Comment 2 Anne 2015-09-01 13:28:52 UTC
https://github.com/whatwg/html/pull/72