UNPKG

devtools-detector

Version:
18 lines (17 loc) 347 B
/** * @overview * @author AEPKILL * @created 2024-07-17 09:47:08 */ /** * This function will crash the browser current tab * * only tested on Chrome */ export declare function crashBrowserCurrentTab(): void; /** * This function will crash the browser all tabs * * only tested on Chrome */ export declare function crashBrowser(): void;