forked from GithubBackups/healthchecks
3 lines
82 B
Plaintext
3 lines
82 B
Plaintext
var xhr = new XMLHttpRequest();
|
|
xhr.open('GET', 'PING_URL', true);
|
|
xhr.send(null); |