Re: [whatwg/fetch] WIP: Cancelation (#523)

@annevk to summarise from IRC, are you happy with:

1. Do some stuff
1. Run the following sub steps:
  1. If this fetch has terminated, or terminates during the current sub steps, run the following sub steps:
    1. Abort streams and/or reject promises etc etc.
    1. Abort these steps.
  1. Do some stuff.

…as a style for expressing fetch cancelation?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/523#issuecomment-317725255

Received on Tuesday, 25 July 2017 12:43:24 UTC