© 2026 Hedgehog Software, LLC
fetch('WORKER_URL', {method: 'GET'}).then((response) => response.json()).then((json) => { console.log(json); }).catch((error) => { console.error(error); });