Re: [whatwg/fetch] where is fetch source code? (#1025)

> fetch spec is living standard, why have different implementations?

So the web isn't controlled by a single vendor. For example, there are many implementations of the HTML spec.

> 2\. i review [send method](https://xhr.spec.whatwg.org/#the-send()-method), where says xmlhttprequest builds on top of fetch?

It calls out to fetch in step 11.4, whereas fetch does not call out to XMLHttpRequest.

-- 
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/1025#issuecomment-623363130

Received on Monday, 4 May 2020 09:40:57 UTC