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 18702 - The argument 'http://example.com' in this line should be removed: port1.postMessage(['hello', 'world'], 'http://example.com');
Summary: The argument 'http://example.com' in this line should be removed: port1.postM...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: All 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-08-27 10:09 UTC by contributor
Modified: 2013-04-12 19:38 UTC (History)
2 users (show)

See Also:


Attachments
lakasi (373.09 KB, patch)
2012-10-26 10:12 UTC, kaissar
Details

Description contributor 2012-08-27 10:09:43 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/web-messaging.html
Multipage: http://www.whatwg.org/C#introduction-11
Complete: http://www.whatwg.org/c#introduction-11

Comment:
The argument 'http://example.com' in this line should be removed:
port1.postMessage(['hello', 'world'], 'http://example.com');

Posted from: 79.101.200.250
User agent: Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20100101 Firefox/12.0
Comment 1 kaissar 2012-10-26 10:12:28 UTC
Created attachment 1238 [details]
lakasi

fast
Comment 2 Ian 'Hixie' Hickson 2013-04-12 19:37:40 UTC
(not sure what comment 1 is about)
Comment 3 contributor 2013-04-12 19:38:30 UTC
Checked in as WHATWG revision r7818.
Check-in comment: Fix example.
http://html5.org/tools/web-apps-tracker?from=7817&to=7818