()
| 6897 | }, instance, getInternalState); |
| 6898 | }, |
| 6899 | bytes() { |
| 6900 | return consumeBody(this, (bytes) => { |
| 6901 | return new Uint8Array(bytes); |
| 6902 | }, instance, getInternalState); |
| 6903 | }, |
| 6904 | textStream() { |
| 6905 | const this_ = getInternalState(this); |
| 6906 | if (bodyUnusable(this_)) { |
nothing calls this directly
no test coverage detected