- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 28 Sep 2021 03:02:19 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 28 September 2021 10:02:32 UTC
Can we consolidate with https://wicg.github.io/background-fetch/#extract-content-range-values-algorithm perhaps? (I realize there are delimiter differences, but perhaps they can be abstracted somehow. See also https://github.com/WICG/background-fetch/issues/157.) The other thing that might help is to use isomorphic decode, so you can operate on a string. That removes the need for state and allows for using Infra's "collect a sequence" algorithms. -- 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/pull/1312#issuecomment-929042170
Received on Tuesday, 28 September 2021 10:02:32 UTC