Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ hasErrorOverlay
Function
hasErrorOverlay
packages/vite/src/client/client.ts:356–358 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
354
}
355
356
function
hasErrorOverlay() {
357
return
document.querySelectorAll(overlayId).length
358
}
359
360
function
waitForSuccessfulPing(socketUrl: string) {
361
if
(typeof SharedWorker ===
'undefined'
) {
Callers
1
handleMessage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected