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 21443 - Shouldn't the text "receive messages from the worker" be "receive messages FOR the worker"?
Summary: Shouldn't the text "receive messages from the worker" be "receive messages FO...
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: 2013-03-30 15:46 UTC by contributor
Modified: 2013-04-14 06:52 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2013-03-30 15:46:14 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html
Multipage: http://www.whatwg.org/C#a-background-number-crunching-worker
Complete: http://www.whatwg.org/c#a-background-number-crunching-worker

Comment:
Shouldn't the text "receive messages from the worker" be "receive messages FOR
the worker"?

Posted from: 99.44.186.29
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31
Comment 1 Ian 'Hixie' Hickson 2013-04-01 18:41:28 UTC
I don't think this, no. The Worker.onmessage handler is invoked when there's an event from the worker being received by the thread that holds the Worker object. Am I missing something?