Takes a `Response` stream and reads it to completion. It returns a promise * that resolves with a `FormData` object.
()
| 9459 | * that resolves with a `FormData` object. |
| 9460 | */ |
| 9461 | formData(): Promise<FormData>; |
| 9462 | /** Takes a `Response` stream and reads it to completion. It returns a promise |
| 9463 | * that resolves with the result of parsing the body text as JSON. |
| 9464 | */ |
no outgoing calls
no test coverage detected