- From: caoweiju <notifications@github.com>
- Date: Wed, 01 Dec 2021 05:10:47 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 1 December 2021 13:10:59 UTC
i get a promble, when i use location.href = 'https://google.com', those fetch request had already been sended, but abort by webview or browser as js do location.href jump, how can we get the abort flag? in the fetch stardand doc [concept-response-aborted](https://fetch.spec.whatwg.org/#concept-response-aborted) > A response can have an associated aborted flag, which is initially unset. what is the aborted flag? how can developer get this flag? or [chrome fetch](https://developers.google.com/web/updates/2017/09/abortable-fetch) listed, use error.name === 'AbortError'? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1363
Received on Wednesday, 1 December 2021 13:10:59 UTC