Comment by vGPU
2 years ago
setTimeout(function() { c(); a.resolve(1) }, 5E3);
The actual code. They went and actually hardcoded a 5 second delay.
2 years ago
setTimeout(function() { c(); a.resolve(1) }, 5E3);
The actual code. They went and actually hardcoded a 5 second delay.
or it's a background process that waits until other assets have had time to load