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
Copy file name to clipboardExpand all lines: plugins/optimization-detective/detect-loader.js
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
/**
2
-
* Loads the detect logic after the page has loaded to prevent a high-priority script module network request from competing with other critical resources.
2
+
* Loads the detect module after the page has loaded.
3
3
*
4
-
* This JavaScript file must be contain a single top-level function which is not exported. The file is inlined as part of another module which wraps the module in an IIFE.
4
+
* This prevents a high-priority script module network request from competing with other critical resources. This
5
+
* JavaScript file must contain a single top-level function which is not exported. The file is inlined as part of
6
+
* another module which wraps the function in an IIFE.
0 commit comments