()
| 6860 | }, instance, getInternalState); |
| 6861 | }, |
| 6862 | arrayBuffer() { |
| 6863 | return consumeBody(this, (bytes) => { |
| 6864 | return new Uint8Array(bytes).buffer; |
| 6865 | }, instance, getInternalState); |
| 6866 | }, |
| 6867 | text() { |
| 6868 | return consumeBody(this, utf8DecodeBytes, instance, getInternalState); |
| 6869 | }, |
nothing calls this directly
no test coverage detected