summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/preload/resources/slow-exec.js
blob: 3b37da4ef4b903d85beabc0e6bdbcca0a726abcd (plain)
1
2
3
window.didLoadModule = false;
await new Promise(r => setTimeout(t, 5000));
window.didLoadModule = true;