Skip to content

Commit

Permalink
[] (0) Allow workers to be GC'ed when they become useless.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3145 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 28, 2009
1 parent 83d0ada commit c501341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Expand Up @@ -68002,8 +68002,8 @@ XXX Once we resolve the style="" issue, address these:
<li>

<p><strong>Closing orphan workers</strong>: Start monitoring the
worker such that no sooner than it stops being either an
<span>active needed worker</span> or a <span>suspendable
worker such that no sooner than it stops being either a
<span>protected worker</span> or a <span>suspendable
worker</span>, and no later than it stops being a
<span>permissible worker</span>, <var title="">worker global
scope</var>'s <span
Expand Down

0 comments on commit c501341

Please sign in to comment.