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.
()
| 9463 | * that resolves with the result of parsing the body text as JSON. |
| 9464 | */ |
| 9465 | json(): Promise<any>; |
| 9466 | /** Takes a `Response` stream and reads it to completion. It returns a promise |
| 9467 | * that resolves with a `USVString` (text). |
| 9468 | */ |
no outgoing calls