(controller, statusCode, headers, socket)
| 82 | } |
| 83 | |
| 84 | onRequestUpgrade (controller, statusCode, headers, socket) { |
| 85 | this.#handler.onRequestUpgrade?.(controller, statusCode, headers, socket) |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * @param {import('../../types/dispatcher.d.ts').default.DispatchController} controller |
nothing calls this directly
no test coverage detected