function transferableAbortController Unstable Usageimport { transferableAbortController } from "node:util"; transferableAbortController(): AbortController Creates and returns an AbortController instance whose AbortSignal is marked as transferable and can be used with structuredClone() or postMessage(). Creates and returns an AbortController instance whose AbortSignal is marked as transferable and can be used with structuredClone() or postMessage(). Return Type AbortController A transferable AbortController