Hi all, I'm wondering if it's possible to render page before any resource will be downloaded (excluding CSS file).
The flow is the following: 1. Send request 2. Download CSS file if there is any 3. Render page according to CSS or <style> 4. Downloading rest of resources in the background I tried to find any matching notification but any of them like dispatchDidFirstVisuallyNonEmp tyLayout or similar are sent after every resource is downloaded. Why do I need this? I'd like to have a possibility to stop loading a page after rendering first layout (in order to save a time and data downloading limit). If someone has any suggestions or advices I'll be really grateful :) I know that my email is not very detailed but I just want to know if it's possible at all to do such a division. Best regards Seweryn
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
