This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* 使用者自己按停止、或元件卸載造成的中止,不是錯誤,不該跳紅字。
* fetch 中止在不同瀏覽器分別丟 DOMException("AbortError") 或帶 name 的 Error,這裡一起認。