()
| 56124 | async blob() { |
| 56125 | return consume(this, "blob"); |
| 56126 | } |
| 56127 | // https://fetch.spec.whatwg.org/#dom-body-arraybuffer |
| 56128 | async arrayBuffer() { |
| 56129 | return consume(this, "arrayBuffer"); |
| 56130 | } |
| 56131 | // https://fetch.spec.whatwg.org/#dom-body-formdata |
no outgoing calls
no test coverage detected