UNPKG

webdev-power-kit

Version:

A powerful toolkit that simplifies access to browser features like clipboard, notifications, battery, vibration, and more — perfect for modern web developers.

10 lines (9 loc) 307 B
/** * Enables the tab close or refresh warning popup. * @param message Optional custom message for the prompt. */ export declare function enablePreventClose(message?: string): void; /** * Disables the warning popup and allows normal tab closing. */ export declare function disablePreventClose(): void;