- From: Jeremy Roman <notifications@github.com>
- Date: Thu, 23 Jun 2022 20:47:37 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 June 2022 03:47:50 UTC
The `controller` variable used here is never defined. It appears to intend to create a new fetch controller, which is the default when creating a new fetch params anyhow. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/fetch/pull/1462 -- Commit Summary -- * Removes the nonexistent controller variable in the fetch algorithm. -- File Changes -- M fetch.bs (1) -- Patch Links -- https://github.com/whatwg/fetch/pull/1462.patch https://github.com/whatwg/fetch/pull/1462.diff -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1462 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1462@github.com>
Received on Friday, 24 June 2022 03:47:50 UTC