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

This is the fetch spec, not an implementation. There are at least 4 independent implementations of fetch. One in Chrome, Safari, old Edge, and Firefox.

Besides, fetch is the lower level, and xmlhttprequest builds on top of fetch. You can see the references to fetch in the XHR spec https://xhr.spec.whatwg.org/#the-send()-method

-- 
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-623084992

Received on Sunday, 3 May 2020 10:02:04 UTC