Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Fix a typo in the worker section
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25439
Affected topics: DOM APIs, Workers

git-svn-id: http://svn.whatwg.org/webapps@8584 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 29, 2014
1 parent 7c23a07 commit 08f18a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -84681,8 +84681,9 @@ <h5 id=shared-workers><span class=secno>10.1.3.3 </span>Shared workers</h5>

<h3 id=infrastructure-0><span class=secno>10.2 </span>Infrastructure</h3>

<!--CLEANUP-->
<p>There are two kinds of workers; dedicated workers, and shared workers. Dedicated workers, once
created, and are linked to their creator; but message ports can be used to communicate from a
created, are linked to their creator; but message ports can be used to communicate from a
dedicated worker to multiple other browsing contexts or workers. Shared workers, on the other
hand, are named, and once created any script running in the same <a href=#origin>origin</a> can obtain a
reference to that worker and communicate with it.</p>
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -84681,8 +84681,9 @@ worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']})

<h3 id=infrastructure-0><span class=secno>10.2 </span>Infrastructure</h3>

<!--CLEANUP-->
<p>There are two kinds of workers; dedicated workers, and shared workers. Dedicated workers, once
created, and are linked to their creator; but message ports can be used to communicate from a
created, are linked to their creator; but message ports can be used to communicate from a
dedicated worker to multiple other browsing contexts or workers. Shared workers, on the other
hand, are named, and once created any script running in the same <a href=#origin>origin</a> can obtain a
reference to that worker and communicate with it.</p>
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -94366,8 +94366,9 @@ worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']})

<h3>Infrastructure</h3>

<!--CLEANUP-->
<p>There are two kinds of workers; dedicated workers, and shared workers. Dedicated workers, once
created, and are linked to their creator; but message ports can be used to communicate from a
created, are linked to their creator; but message ports can be used to communicate from a
dedicated worker to multiple other browsing contexts or workers. Shared workers, on the other
hand, are named, and once created any script running in the same <span>origin</span> can obtain a
reference to that worker and communicate with it.</p>
Expand Down

0 comments on commit 08f18a0

Please sign in to comment.