()
| 5810 | }, |
| 5811 | arrayBuffer() { |
| 5812 | return consumeBody(this, (bytes) => { |
| 5813 | return new Uint8Array(bytes).buffer; |
| 5814 | }, instance); |
| 5815 | }, |
| 5816 | text() { |
| 5817 | return consumeBody(this, utf8DecodeBytes, instance); |
nothing calls this directly
no test coverage detected