79561340

Date: 2025-04-08 06:35:06
Score: 1
Natty:
Report link
 export const activeControllers = new Set<AbortController>();

 export const cancelAllRequests = () => {
        activeControllers.forEach((controller) => controller.abort());
        activeControllers.clear();
       }; 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kavin TL