MCPcopy
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
356function hasErrorOverlay() {
357 return document.querySelectorAll(overlayId).length
358}
359
360function waitForSuccessfulPing(socketUrl: string) {
361 if (typeof SharedWorker === 'undefined') {

Callers 1

handleMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected