ABORT_ERR
当操作被中止时使用(通常使用 AbortController)。
【Used when an operation has been aborted (typically using an AbortController).】
未使用 AbortSignal 的 API 通常不会抛出此错误代码。
【APIs not using AbortSignals typically do not raise an error with this code.】
此代码未使用 Node.js 错误中常用的 ERR_* 约定,以便兼容 Web 平台的 AbortError。
【This code does not use the regular ERR_* convention Node.js errors use in
order to be compatible with the web platform's AbortError.】