- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Sat, 15 Mar 2014 23:52:20 -0400
- To: whatwg@lists.whatwg.org
On 3/15/14 11:36 AM, Kyle Simpson wrote: > The `async=false` stuff in the spec talks about dynamically loaded (not parser loaded) scripts going into a queue so they are downloaded in parallel, but executed in request-order from the queue. Then those are guaranteed to be serialized. > The question is whether `async=false` scripts in the queue can be parsed in parallel Nothing prevents that, as long as make sure you don't execute them as soon as the parse is done if the previous scripts haven't executed yet. -Boris
Received on Sunday, 16 March 2014 03:52:50 UTC