()
| 6868 | return consumeBody(this, utf8DecodeBytes, instance, getInternalState); |
| 6869 | }, |
| 6870 | json() { |
| 6871 | return consumeBody(this, parseJSONFromBytes, instance, getInternalState); |
| 6872 | }, |
| 6873 | formData() { |
| 6874 | return consumeBody(this, (value) => { |
| 6875 | const mimeType = bodyMimeType(getInternalState(this)); |
no test coverage detected