| 4 | | 'Response.body.getReader' |
| 5 | |
| 6 | export class UnsupportedResponseStreamError extends Error { |
| 7 | readonly missingFeature: MissingResponseStreamFeature |
| 8 | |
| 9 | constructor(missingFeature: MissingResponseStreamFeature) { |
nothing calls this directly
no outgoing calls
no test coverage detected