[webkit-dev] Preload Scanner in WebKit
Antti Koivisto
koivisto at iki.fi
Fri Feb 11 04:04:07 PST 2011
On Fri, Feb 11, 2011 at 9:11 AM, Adam Barth <abarth at webkit.org> wrote:
> We run the preload scanner when the regular parser is blocked on the
> network. CSS and other sub-resources don't block the main parser
> whereas scripts do.
If the main parser encounters an script tag (including inline scripts)
it will also block on any external CSS load that was triggered earlier
in the document.
antti
>
> Adam
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
More information about the webkit-dev
mailing list