I don&#39;t know... to me, &quot;asynchronous&quot; means completes later.  Precedence:  XMLHttpRequest.<div><br></div><div>The Mozilla network code uses the phrase &quot;load background&quot; to describe a load that happens asynchronously in the background _and_ does not block onload.  Perhaps not coincidentally, this mode is used to load background images :-)</div>
<div><div><br></div><div>-Darin</div><div><br><br><div class="gmail_quote">On Fri, Feb 12, 2010 at 11:50 AM, Jonas Sicking <span dir="ltr">&lt;jonas@sicking.cc&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
It&#39;s a good point. Curious to hear what other people are thinking.<br>
<font color="#888888"><br>
/ Jonas<br>
</font><div><div></div><div class="h5"><br>
On Fri, Feb 12, 2010 at 10:10 AM, Nicholas Zakas &lt;<a href="mailto:nzakas@yahoo-inc.com">nzakas@yahoo-inc.com</a>&gt; wrote:<br>
&gt; To me “asynchronous” fundamentally means “doesn’t block other things from<br>
&gt; happening,” so if async currently does block the load event from firing then<br>
&gt; that seems very wrong to me.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; -Nicholas<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ______________________________________________<br>
&gt;<br>
&gt; Commander Lock: &quot;Damnit Morpheus, not everyone believes what you believe!&quot;<br>
&gt;<br>
&gt; Morpheus: &quot;My beliefs do not require them to.&quot;<br>
&gt;<br>
&gt; ________________________________<br>
&gt;<br>
&gt; From: <a href="mailto:whatwg-bounces@lists.whatwg.org">whatwg-bounces@lists.whatwg.org</a><br>
&gt; [mailto:<a href="mailto:whatwg-bounces@lists.whatwg.org">whatwg-bounces@lists.whatwg.org</a>] On Behalf Of Brian Kuhn<br>
&gt; Sent: Friday, February 12, 2010 8:03 AM<br>
&gt; To: Jonas Sicking<br>
&gt; Cc: Steve Souders; WHAT Working Group<br>
&gt; Subject: Re: [whatwg] should async scripts block the document&#39;s load event?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Right.  Async scripts aren&#39;t really asynchronous if they block all the<br>
&gt; user-visible functionality that sites currently tie to window.onload.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I don&#39;t know if we need another attribute, or if we just need to change the<br>
&gt; behavior for all async scripts.  But I think the best time to fix this is<br>
&gt; now; before too many UAs implement async.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; -Brian<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Feb 11, 2010 at 10:41 PM, Jonas Sicking &lt;jonas@sicking.cc&gt; wrote:<br>
&gt;<br>
&gt; Though what we want here is a DONTDELAYLOAD attribute. I.e. we want<br>
&gt; load to start asap, but we don&#39;t want the load to hold up the load<br>
&gt; event if all other resources finish loading before this one.<br>
&gt;<br>
&gt; / Jonas<br>
&gt;<br>
&gt; On Thu, Feb 11, 2010 at 10:23 PM, Steve Souders &lt;<a href="mailto:whatwg@souders.org">whatwg@souders.org</a>&gt; wrote:<br>
&gt;&gt; I just sent email last week proposing a POSTONLOAD attribute for scripts.<br>
&gt;&gt;<br>
&gt;&gt; -Steve<br>
&gt;&gt;<br>
&gt;&gt; On 2/10/2010 5:18 PM, Jonas Sicking wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Fri, Nov 6, 2009 at 4:22 PM, Brian Kuhn&lt;<a href="mailto:bnkuhn@gmail.com">bnkuhn@gmail.com</a>&gt;  wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; No one has any thoughts on this?<br>
&gt;&gt;&gt;&gt; It seems to me that the purpose of async scripts is to get out of the<br>
&gt;&gt;&gt;&gt; way<br>
&gt;&gt;&gt;&gt; of<br>
&gt;&gt;&gt;&gt; user-visible functionality.  Many sites currently attach user-visible<br>
&gt;&gt;&gt;&gt; functionality to window.onload, so it would be great if async scripts at<br>
&gt;&gt;&gt;&gt; least had a way to not block that event.  It would help minimize the<br>
&gt;&gt;&gt;&gt; affect<br>
&gt;&gt;&gt;&gt; that secondary-functionality like ads and web analytics have on the user<br>
&gt;&gt;&gt;&gt; experience.<br>
&gt;&gt;&gt;&gt; -Brian<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m concerned that this is too big of a departure from how people are<br>
&gt;&gt;&gt; used to&lt;script&gt;s behaving.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; If we do want to do something like this, one possibility would be to<br>
&gt;&gt;&gt; create a generic attribute that can go on things like&lt;img&gt;,&lt;link<br>
&gt;&gt;&gt; rel=stylesheet&gt;,&lt;script&gt;  etc that make the resource not block the<br>
&gt;&gt;&gt; &#39;load&#39; event.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; / Jonas<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div></div>