(_opts, { handler })
| 12 | #body |
| 13 | |
| 14 | constructor (_opts, { handler }) { |
| 15 | super(handler) |
| 16 | } |
| 17 | |
| 18 | #checkContentType (contentType) { |
| 19 | return (this.#contentType ?? '').indexOf(contentType) === 0 |
nothing calls this directly
no outgoing calls
no test coverage detected