1 instantiation of BrowserLogsLoadingFailedEvent
Aspire.Hosting.Browsers (1)
BrowserLogsCdpProtocol.cs (1)
259
static (string? sessionId, BrowserLogsLoadingFailedParameters parameters) => new
BrowserLogsLoadingFailedEvent
(sessionId, parameters));
2 references to BrowserLogsLoadingFailedEvent
Aspire.Hosting.Browsers (2)
BrowserLogsCdpProtocol.cs (1)
255
private static
BrowserLogsLoadingFailedEvent
? CreateLoadingFailedEvent(ReadOnlySpan<byte> framePayload)
BrowserLogsEventLogger.cs (1)
51
case
BrowserLogsLoadingFailedEvent
loadingFailedEvent: