[whatwg/fetch] Nitpick: The user agent can terminate the fetch ... "res => res.body.getReader().closed" (#625)

https://fetch.spec.whatwg.org/commit-snapshots/8ab040a62c993a3f730da333a3f0ae42fc341d14/#terminate-examples

> The user agent can terminate the fetch because the termination cannot be observed\.
> 
> fetch\("https:​//www\.example\.com/"\)\.then\(res =​> res\.body\.getReader\(\)\.closed\)
> 

Nitpick: The termination can be observed by replacing ReadableStream.prototype.getReader on the global object.

Since this section is non-normative, I assume it doesn't have to be nitpick-proof. Feel free to close this issue. I am mentioning it just in case it matters.

-- 
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/625

Received on Monday, 6 November 2017 10:20:15 UTC