What Ive tried is this
function checkServer(url, timeout) { const controller = new AbortController(); const signal = controller.signal; const options = {