Re: [integrity]: latency tradeoffs

On Wed, Jan 15, 2014 at 2:40 PM, Michal Zalewski <lcamtuf@coredump.cx> wrote:
> Oh, interesting. That would have to be very limited, though, right? JS
> is not really designed for that when you can have something like:

I've checked with people who know more than I do.

Blink, at least, will tokenise HTML, build the DOM and render
incrementally. However, neither CSS nor JS is processed incrementally.

Since optimistic fetching is performed based on the HTML tokenisation,
that incremental processing can be quite important.


Cheers

AGL

Received on Wednesday, 15 January 2014 21:42:30 UTC