Re: [w3c/ServiceWorker] Interaction of fetch abort with Cache APIs (#1286)

AbortError works for me.

Also, AFAIK the spec doesn't really treat writing the body as an operation that takes time.  It just sort of implies a synchronous write by saying:

`Append operation’s request/operation’s response to cache.`

It would be nice if this was changed to use stream language for writing the body.  Then the abort operation would be easier to represent.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1286#issuecomment-375941388

Received on Sunday, 25 March 2018 02:53:38 UTC