cont: fix(frontend): dont assume wss for panel pingtest as well (#6421)

* fix(frontend): dont assume wss for panel pingtest as well

* fix(frontend): wss assumptions

* chore: fix export

* chore: prettier
This commit is contained in:
François-Xavier Talbot
2026-06-17 18:54:09 -04:00
committed by GitHub
parent 336050f4df
commit 486b467af2
3 changed files with 18 additions and 5 deletions
+1
View File
@@ -43,6 +43,7 @@ export { XHRUploadClient } from './platform/xhr-upload-client'
export { clearNodeAuthState, nodeAuthState, setNodeAuthState } from './state/node-auth'
export * from './types'
export { withJWTRetry } from './utils/jwt-retry'
export { getNodeWebSocketUrl } from './utils/node-url'
export {
type ParsedSseEvent,
type ParsedSseItem,