ES6 Modules: Make module scripts fetched at High priority
Before this patch, module scripts were fetched at Low priority, like as classic async / deferred scripts. But this may not be a good default, since module scripts tend to have many sub module scripts and fetching them all at low priority may be too slow. (See the listed bug for more on the discussion.) This patch changes the fetch priority of module scripts to High (same as classic scripts without async / defer). This applies to all module fetches, includes dynamic import. Bug: 769151 Change-Id: I24aa22a886e8394969447785eaf1fe0ab2eea818 Reviewed-on: https://chromium-review.googlesource.com/701937Reviewed-by:Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#506685}
Showing
Please register or sign in to comment