()
| 332 | }, |
| 333 | |
| 334 | json () { |
| 335 | // The json() method steps are to return the result of running |
| 336 | // consume body with this and parse JSON from bytes. |
| 337 | return consumeBody(this, parseJSONFromBytes, instance, getInternalState) |
| 338 | }, |
| 339 | |
| 340 | formData () { |
| 341 | // The formData() method steps are to return the result of running |
nothing calls this directly
no test coverage detected
searching dependent graphs…