Using a browser devtools performance profiler could confirm this. I highly doubt there's a 5 second setTimeout in youtube. More likely switching of browser technologies based on user agent.
back
1 comments
You might be surprised.
setTimeout(function() {
c();
a.resolve(1)
}, 5E3);
https://old.reddit.com/r/firefox/comments/17ywbjj/whenever_i...