- From: <bugzilla@jessica.w3.org>
- Date: Wed, 21 Sep 2011 18:39:33 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14194
--- Comment #5 from Nicholas C. Zakas <webkit@nczonline.net> 2011-09-21 18:39:32 UTC ---
I would be okay with the delay provided its on the order of magnitude of
pulling from cache and executing. By that, I mean I'd like it to be no slower
than if the script were already cached and you ran this today:
var script = document.createElement("script");
script.src = "foo.js";
document.head.appendChild(script);
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Wednesday, 21 September 2011 18:39:37 UTC