mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
update ee-ref
This commit is contained in:
@@ -1 +1 @@
|
||||
e2bbcda64a9eb783d0832bc6f764be1627046961
|
||||
5ee3df2b86049b8fb5808d7024e27785ae6415e8
|
||||
@@ -265,7 +265,11 @@
|
||||
}
|
||||
|
||||
function supportsSSE() {
|
||||
return typeof EventSource !== 'undefined'
|
||||
const sseSupported = typeof EventSource !== 'undefined'
|
||||
if (!sseSupported) {
|
||||
console.error('SSE not supported, falling back to polling')
|
||||
}
|
||||
return sseSupported
|
||||
}
|
||||
|
||||
let startedWatchingJob: number | undefined = undefined
|
||||
|
||||
Reference in New Issue
Block a user