Add keepalive option to tracker fetch request

This commit is contained in:
Sov3rain 2025-06-23 15:17:22 +02:00
parent 768583e991
commit 42c0ccc2eb

View file

@ -150,6 +150,7 @@
try {
const res = await fetch(endpoint, {
keepalive: true,
method: 'POST',
body: JSON.stringify({ type, payload }),
headers: {