ABORT_ERR
当操作中止时使用(通常使用 AbortController
)。
¥Used when an operation has been aborted (typically using an AbortController
).
不使用 AbortSignal
的 API 通常不会引发此代码的错误。
¥APIs not using AbortSignal
s typically do not raise an error with this code.
此代码未使用 Node.js 错误使用的常规 ERR_*
约定,以便与网络平台的 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
.