()
| 5807 | } |
| 5808 | return new Blob2([bytes], { type: mimeType }); |
| 5809 | }, instance); |
| 5810 | }, |
| 5811 | arrayBuffer() { |
| 5812 | return consumeBody(this, (bytes) => { |
| 5813 | return new Uint8Array(bytes).buffer; |
| 5814 | }, instance); |
nothing calls this directly
no test coverage detected