UNPKG

nightmare

Version:

A high-level browser automation library.

14 lines (13 loc) 225 B
<!DOCTYPE html> <html> <head> <title>Unload</title> <script> window.onunload = window.onbeforeunload = function () { return 'Are you sure?'; }; </script> </head> <body> </body> </html>