Fetch: POST JSON data
With ES2017 async/await support, this is how to POST a JSON payload: Expand snippet Can’t use ES2017? See @vp_art’s answer using promises The question however is asking for an issue caused by a long since fixed chrome bug.Original answer follows. chrome devtools doesn’t even show the JSON as part of the request This is the … Read more