mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
All this method did was check if imports were loaded, and sky's parser will wait on imports anyway, so there's no reason to block rendering on imports as they'll likely be at the top of the document and stop the rest of the page from being appended or rendered. Sky apps will probably also want more control over rendering and not want the old school web style of incremental rendering. R=abarth@chromium.org, ojan@chromium.org Review URL: https://codereview.chromium.org/835273006