DEV Community

Discussion on: Using Fetch API to Get and Post

Collapse
 
justsml profile image
Daniel Levy

I know this is a bit late of a response, but for anyone interested you can get any string data response via response.text() similar to how response.json() will give you a parsed JSON object.