You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@
9
9
# Angular 2 Bootloader
10
10
> Angular 2 Bootloader for async script tag and hmr support
11
11
12
+
#### Why do I need async tag support?
13
+
Chrome V8 parses script tags with `<script async>` or `<script defer>` on a separate thread once downloading of `index.html` begins. Initial load of your `index.html` improves by up to **10%**
0 commit comments