console.log(request) doesn't show shape of request

Hey everyone, I have a local environment running, wrangler dev

In my worker script, I have console.log(request) and in the terminal all I see is
 Request {

}
Was this page helpful?