background-fetch icon indicating copy to clipboard operation
background-fetch copied to clipboard

Should request stream be aborted if the upload is failing

Open youennf opened this issue 2 years ago • 1 comments

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.

youennf avatar Mar 02 '23 07:03 youennf