()
| 9708 | } |
| 9709 | // https://fetch.spec.whatwg.org/#dom-body-json |
| 9710 | json() { |
| 9711 | return __async(this, null, function* () { |
| 9712 | return consume(this, "json"); |
| 9713 | }); |
| 9714 | } |
| 9715 | // https://fetch.spec.whatwg.org/#dom-body-blob |
| 9716 | blob() { |
| 9717 | return __async(this, null, function* () { |