method Body.json
Jump to headingBody.json(): Promise<any>
Takes a Response
stream and reads it to completion. It returns a promise
that resolves with the result of parsing the body text as JSON.
Return Type Jump to heading
Promise<any>
Jump to headingBody.json(): Promise<any>
Takes a Response
stream and reads it to completion. It returns a promise
that resolves with the result of parsing the body text as JSON.
Promise<any>