- From: Bnaya Peretz <notifications@github.com>
- Date: Fri, 11 Oct 2019 15:05:52 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 11 October 2019 22:05:54 UTC
> but the entire library can also be implemented This is incorrect. also fetch us not a library. fetch is the most low level http client api that the browser provides. (Even more than XHR) It first goal is to be powerful primitives without un-handled cases (eg, what do we do with response.body.json()) before it tries to give more high level features, that can be implemented in user land. -- 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/20#issuecomment-541239900
Received on Friday, 11 October 2019 22:05:54 UTC