5
XMLHttpRequest (XHR) Vs Fetch API
(programming.dev)
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
I think of XHR as more of a low-level API. Most of the time though you don't need access to those low-level details.
The fetch API is bit higher level and nicer to work with.