blob: ab031c2080eebd4c97088fed7e2a19eca9f327b7 [file] [log] [blame]
fetch("http://example.test:8000/xmlhttprequest/resources/access-control-allow-lists.php?origin=*")
.then(res => res.text())
.then(text => postMessage('LOADED'))
.catch(e => postMessage('LOAD FAILED'));