Merge pull request #3489 from Sov3rain/master

Feature: Add keepalive option to tracker fetch request
This commit is contained in:
Mike Cao
2025-06-27 09:16:10 -07:00
committed by GitHub

View File

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