()
| 326 | }, |
| 327 | |
| 328 | text () { |
| 329 | // The text() method steps are to return the result of running |
| 330 | // consume body with this and UTF-8 decode. |
| 331 | return consumeBody(this, utf8DecodeBytes, instance, getInternalState) |
| 332 | }, |
| 333 | |
| 334 | json () { |
| 335 | // The json() method steps are to return the result of running |
nothing calls this directly
no test coverage detected
searching dependent graphs…