Why mode: "no-cors" won't fix your CORS errors
When dealing with CORS, you've probably seen this error message before. It says to set the request's mode to no-cors, but it doesn't really work as expected. Let's see what actually happens.
CORS Error
Vague error message
It says, "If an opaque resp...
reynaldi.hashnode.dev2 min read