Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gwr] (2) Define MessagePort such that they won't be garbage collecte…
…d while a message is outstanding. (credit: ap)

git-svn-id: http://svn.whatwg.org/webapps@2357 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 20, 2008
1 parent 1e563c2 commit 74b26c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index
Expand Up @@ -43151,6 +43151,12 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

</div>

<p>Furthermore, a <code><a href=#messageport>MessagePort</a></code> object must not be
garbage collected while its <a href=#port-message-queue>port message queue</a> is open
and there exists an event either in that queue or in the
<a href=#posted-message-task-source>posted message task source</a> that is to be dispatched on
that <code><a href=#messageport>MessagePort</a></code> object.</p>



<h2 id=syntax><span class=secno>8 </span>The HTML syntax</h2>
Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -49199,6 +49199,12 @@ interface <dfn>MessageChannel</dfn> {

</div>

<p>Furthermore, a <code>MessagePort</code> object must not be
garbage collected while its <span>port message queue</span> is open
and there exists an event either in that queue or in the
<span>posted message task source</span> that is to be dispatched on
that <code>MessagePort</code> object.</p>



<h2 id="syntax">The HTML syntax</h2>
Expand Down

0 comments on commit 74b26c8

Please sign in to comment.