Open youennf opened 1 year ago
When upload fails, https://wicg.github.io/background-fetch/#background-fetch-manager-fetch step 8.8.3.2 says to error the stream via https://streams.spec.whatwg.org/#readablestream-error. It seems it should instead cancel the stream via https://streams.spec.whatwg.org/#readablestream-cancel.
Agreed. Good catch.
When upload fails, https://wicg.github.io/background-fetch/#background-fetch-manager-fetch step 8.8.3.2 says to error the stream via https://streams.spec.whatwg.org/#readablestream-error. It seems it should instead cancel the stream via https://streams.spec.whatwg.org/#readablestream-cancel.