Closes the current Electron globalThis.
A promise that resolves when the window is closed.
export async function closeWindow() { await globalThis.electronWindow.close();} Copy
export async function closeWindow() { await globalThis.electronWindow.close();}
Closes the current Electron globalThis.