Is the event window.onbeforeunload
considered reliable?
- Does it trigger in all popular browsers?
- Will it still trigger if the client browser crashes?
- Can it effectively postpone the close event if more time is needed, or does it get interrupted?
- Are there any other options available?