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

Fix bikeshed errors in fetch callbacks

Open jakearchibald opened this issue 3 years ago • 2 comments

jakearchibald avatar Nov 25 '21 15:11 jakearchibald

@annevk I don't have a good solution for [=body/wait=]. The intent is to wait for streaming request bodies to be consumed. Do we still need this?

jakearchibald avatar Nov 25 '21 15:11 jakearchibald

With current implementations, once you have seen a response the request has been transmitted. You could wait for processRequestEndOfBody as well I suppose?

annevk avatar Nov 26 '21 16:11 annevk