()
| 6865 | }, instance, getInternalState); |
| 6866 | }, |
| 6867 | text() { |
| 6868 | return consumeBody(this, utf8DecodeBytes, instance, getInternalState); |
| 6869 | }, |
| 6870 | json() { |
| 6871 | return consumeBody(this, parseJSONFromBytes, instance, getInternalState); |
| 6872 | }, |
no test coverage detected