We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb51cc commit 006a721Copy full SHA for 006a721
scripts/scripts.js
@@ -151,8 +151,7 @@ async function loadLazy(doc) {
151
* without impacting the user experience.
152
*/
153
function loadDelayed() {
154
- // scheduleTask(async () => import('./delayed.js'), { priority: 'background', delay: 1000 });
155
- import('./delayed.js');
+ scheduleTask(async () => import('./delayed.js'), { priority: 'background' });
156
// load anything that can be postponed to the latest here
157
}
158
0 commit comments