MCPcopy
hub / github.com/vitejs/vite / close

Method close

packages/vite/src/client/overlay.ts:295–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

293 }
294 }
295 close(): void {
296 this.parentNode?.removeChild(this)
297 document.removeEventListener('keydown', this.closeOnEsc)
298 }
299}
300
301export const overlayId = 'vite-error-overlay'

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected