()
| 9726 | } |
| 9727 | // https://fetch.spec.whatwg.org/#dom-body-arraybuffer |
| 9728 | arrayBuffer() { |
| 9729 | return __async(this, null, function* () { |
| 9730 | return consume(this, "arrayBuffer"); |
| 9731 | }); |
| 9732 | } |
| 9733 | // https://fetch.spec.whatwg.org/#dom-body-formdata |
| 9734 | formData() { |
| 9735 | return __async(this, null, function* () { |
no test coverage detected