util.transferableAbortController()
创建并返回一个 <AbortController> 实例,该实例的 <AbortSignal> 被标记为可传输,并且可以与 structuredClone() 或 postMessage() 一起使用。
【Creates and returns an <AbortController> instance whose <AbortSignal> is marked
as transferable and can be used with structuredClone() or postMessage().】