From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from resqmta-ch2-03v.sys.comcast.net (resqmta-ch2-03v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:35]) by hurricane.the-brannons.com (Postfix) with ESMTPS id DFFA17789A for ; Fri, 13 Sep 2019 04:41:54 -0700 (PDT) Received: from resomta-ch2-16v.sys.comcast.net ([69.252.207.112]) by resqmta-ch2-03v.sys.comcast.net with ESMTP id 8jLiiCtyEaDMZ8jxYi9irt; Fri, 13 Sep 2019 11:41:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1568374912; bh=/z88xEsVZJHFPyo8NkXM5xvJHLYimzdep13gPGU6YEE=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=k6pZTc6YSpfXezRYxcqJwaSLIj3ckdhZ67QAfQy8vUiv3EBfa5HA36tdE1DFPzksD KJNC9oGXExvdQHlxA4zcxzU8YiKC/fUrax+1eIgefDwMUoOJx3h0Fx0pC6cdAjbUrF S/w9VrJvXh3E3HHvbf+6iaoIgpDcj6Kh6h8neqzsJGzOPlack6CNA3g+JFR8BQ2K62 2JZgDlkrugg+BkoCbq+DMWEc8WxjL3xdJHBVOsCsg0OaaAbqTgeoYefTil22lrCMhN 6+vKAORATWSoUfk/aLPFMpi2NPfCmxodhJ2yVCQseGauJQU1EUaGbEFMJQ2EvdFYor Euk5ERgCKgcmw== Received: from unknown ([IPv6:2601:408:c300:a3d0:21e:4fff:fec2:a0f1]) by resomta-ch2-16v.sys.comcast.net with ESMTPSA id 8jxXic5HeZtLO8jxYimzKb; Fri, 13 Sep 2019 11:41:52 +0000 X-Xfinity-VMeta: sc=0;st=legit To:edbrowse-dev@edbrowse.org From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E) Subject: [edbrowse-dev] async scripts Date: Fri, 13 Sep 2019 07:41:51 -0400 Message-ID: <20190813074151.eklhad@comcast.net> X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=nextpart-eb-333070 Content-Transfer-Encoding: 7bit This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --nextpart-eb-333070 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable asynchronous scripts now move to timers, so they can run even after the = page is loaded. You don't have to wait for them. This might make a few sites faster, though that is not clear. Not clear if it is even correct: maybe they're suppose to finish before = onload and onDOMContentLoaded and onreadystatechange etc. If we don't like it we can turn it off by int asyncTimer =3D 0; in html.c Karl Dahlke --nextpart-eb-333070--