(controller, statusCode, headers, socket)
| 182 | } |
| 183 | |
| 184 | onRequestUpgrade (controller, statusCode, headers, socket) { |
| 185 | this.#handler.onRequestUpgrade?.(controller, statusCode, headers, socket) |
| 186 | } |
| 187 | |
| 188 | /** |
| 189 | * @param {import('../../types/dispatcher.d.ts').default.DispatchController} controller |
nothing calls this directly
no test coverage detected