original.js (90B)
1 window.bar = function bar() { 2 return new Promise(resolve => setTimeout(resolve, 100)) 3 }