Re: [whatwg/fetch] Termination's aborted flag (#703)

Other places this is a problem:

> Let record be a new fetch record consisting of request and this instance of the fetch algorithm.

And:

> …terminate the ongoing fetch…

That one also appears in other specs:

> Terminate the ongoing fetch operated by the `XMLHttpRequest` object.

I agree that storing it on the request or creating an association makes sense.

1. Terminate the fetch associated with *request*.

And:

1. If the fetch associated with *request* was aborted…

But can't a request be used for more than one fetch?

-- 
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/issues/703#issuecomment-382125478

Received on Tuesday, 17 April 2018 20:09:00 UTC