MCPcopy Create free account
hub / github.com/apify/impit / cleanup

Method cleanup

impit-node/index.wrapper.js:370–372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

368
369 let abortHandler;
370 const cleanup = () => {
371 signal?.removeEventListener?.("abort", abortHandler);
372 };
373
374 if (signal) {
375 abortHandler = () => originalResponse.abort();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected