- From: Tab Atkins Jr. <notifications@github.com>
- Date: Sun, 01 Mar 2015 12:30:44 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Sunday, 1 March 2015 20:31:13 UTC
Ugh, I just realized that, pending some clever insight, the token approach doesn't work with combinators, unless you explicitly pass in the tokens as well, or have duplicate token combinators. @NekR From what others have said, it appears preferable for a cancelled fetch (and cancelled things in general) to instead just be forever-pending; in real usage, rejecting just means that everybody puts a check at the top of their reject handler that does nothing if it was a cancel-rejection. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/625#issuecomment-76628772
Received on Sunday, 1 March 2015 20:31:13 UTC