Fetch API

MDNs Basic Concepts article is here here. The Lineup will be Basic Concepts, FetchAPI, and UsingFetch MDN's in order.

The Fetch API is at it's heart, an abstraction layer over the HTTP Payloads

These components get abstracted to Javascript Objects

The Headers object has a guard feature. It can only be set to 5 values...

... and it affects set();, delete();, and append();

Ok so after going through the basic concepts we have lots to research.

------------------------------------------------------------------

Next up is the FetchAPI MDN page

The Page ends with 4 interfaces (GlobalFetch, Headers, Request, Response), 1 Mixin for the Body, and a link to the spec

----------------------------------------------------------------------

And last the Using Fetch page