(origin: URL, targets: readonly Dispatcher[])
| 5 | |
| 6 | interface EventHandler { |
| 7 | connect(origin: URL, targets: readonly Dispatcher[]): void |
| 8 | disconnect(origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError): void |
| 9 | connectionError(origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError): void |
| 10 | drain(origin: URL): void |
no outgoing calls
no test coverage detected