- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Fri, 05 Dec 2014 14:43:12 -0800
- To: public-web-perf@w3.org
On 12/5/14, 2:16 PM, Ilya Grigorik wrote: > And/or we just need to rethink how the Blink preloader operates. AFAIK, > FF (and IE, I believe) construct the actual tree as part of the preload > scan -- FF/IE folks, please correct me if that's not true. What Firefox does is that we just run the tokenizer and generate tree construction commands but do not actually perform the tree construction. So the output here is not a tree, but a list of commands, but a tree structure can be recovered from it. -Boris
Received on Friday, 5 December 2014 22:43:42 UTC