A Visual Studio Code extension that helps you avoid a common mistake when using the fetch API: forgetting to set the "Content-Type": "application/json" header when sending JSON data in the request ...
What steps can reproduce the bug? I encountered a weird behavior with FormData. In some cases, the Content-Type header is missing. I use third-party libraries before the core modules. So the minimal ...