Maybe this is a simple question, but I have yet to find the answer anywhere. I've searched the documentation, but the single example I have found on the entire internet for web-sys fetch still doesn't address this (the official docs, no less).
How do you get the response body from a web-sys Request? It has all this overhead of JsFutures and unwrapping and I can't actually seem to find the correct way to get the thing to just put my data into a string. I'm just trying to retrieve a file from a (localhost dev) server and then parse it as the Vertex shader for a WebGL program, but I can't even get a string of it or read from it in any manner.