createCombinedDiagnosticsHandler Function
A function which calls all diagnostics handlers passed to it.
createCombinedDiagnosticsHandler(handlers: ClientDiagnosticsHandler[]): (diagnostics: ClientDiagnostics) => void
| Parameter | Type | Description |
|---|---|---|
| handlers | ClientDiagnosticsHandler[] |
Returns - (diagnostics: ClientDiagnostics) => void
Defined in
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.