- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Aug 2008 05:05:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv2074
Modified Files:
Overview.html
Log Message:
Fire unload when the worker shuts down normally. (whatwg r51)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Overview.html 8 Aug 2008 04:14:00 -0000 1.43
+++ Overview.html 8 Aug 2008 05:05:08 -0000 1.44
@@ -1241,7 +1241,13 @@
href="#suspendable">suspendable worker</a>, the <var
title="">worker</var> object's <code
title=dom-WorkerGlobalScope-closing><a
- href="#closing">closing</a></code> attribute is set to true.</p>
+ href="#closing">closing</a></code> attribute is set to true and an event
+ named <code title=event-unload>unload</code>, which uses the
+ <code>Event</code> object, which does not bubble, and which is not
+ cancelable, is added it to the worker's <code><a
+ href="#workerglobalscope">WorkerGlobalScope</a></code> object's <a
+ href="#queue">queue of events</a>, targetted at the <code><a
+ href="#workerglobalscope">WorkerGlobalScope</a></code> object.</p>
<li>
<p><strong>Suspending workers</strong>: Start monitoring <var
Received on Friday, 8 August 2008 05:05:46 UTC