type
quic.OnQlogCallback
type OnQlogCallback = (this: QuicSession, data: string, fin: boolean) => void
Called when qlog diagnostic data is available. Only fires when sessionOptions.qlog is true. The data chunks should be concatenated in order to produce the complete qlog output. When fin is true, no more chunks will be emitted and the concatenated result is a complete JSON-SEQ document.