I've been looking at the Fetch API for a couple of days now.
While learning I came across the statement "using fetch() doesn't block your DOM " as it uses promises.
Happily moving forward with these tutorials and checking out some new ones, I saw a guy stating "using fetch() does block your DOM" in a presentation.
Can anyone educate me which one of the two it is?