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
commit 0c2070771b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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