79469354

Date: 2025-02-26 10:30:49
Score: 1
Natty:
Report link

Added the property keepalive: true to disable the default browser timeout.

So, the entire function is:

await fetch(endpoint,
   {
       keepalive: true
   }
);

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: capo11