79262031

Date: 2024-12-08 07:45:57
Score: 2
Natty:
Report link

As I remember You cannot show custom popup,

but you can show popup to ask "changes you made may not be saved" by doing:

window.addEventListener('beforeunload', function (event) {
  event.preventDefault();
  event.returnValue = true;
});

example how works

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: もぐもぐぷりん