(controller, statusCode, headers, socket)
| 174 | } |
| 175 | |
| 176 | onRequestUpgrade (controller, statusCode, headers, socket) { |
| 177 | this.#handler.onRequestUpgrade?.(controller, statusCode, headers, socket) |
| 178 | } |
| 179 | |
| 180 | /** |
| 181 | * @param {import('../../types/dispatcher.d.ts').default.DispatchController} controller |
nothing calls this directly
no test coverage detected