Merge pull request #3489 from Sov3rain/master
Feature: Add keepalive option to tracker fetch request
This commit is contained in:
@@ -150,6 +150,7 @@
|
||||
|
||||
try {
|
||||
const res = await fetch(endpoint, {
|
||||
keepalive: true,
|
||||
method: 'POST',
|
||||
body: JSON.stringify({ type, payload }),
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user