MCPcopy Create free account
hub / github.com/mo/abortcontroller-polyfill / handlerFunc

Function handlerFunc

tests/basic.test.js:257–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255 }, 200);
256 const controller = new AbortController();
257 const handlerFunc = () => {
258 done('FAIL');
259 };
260 controller.signal.addEventListener('abort', handlerFunc);
261 controller.signal.removeEventListener('abort', handlerFunc);
262 controller.abort();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…