()
| 5802 | }, instance); |
| 5803 | }, |
| 5804 | arrayBuffer() { |
| 5805 | return consumeBody(this, (bytes) => { |
| 5806 | return new Uint8Array(bytes).buffer; |
| 5807 | }, instance); |
| 5808 | }, |
| 5809 | text() { |
| 5810 | return consumeBody(this, utf8DecodeBytes, instance); |
| 5811 | }, |
nothing calls this directly
no test coverage detected