1<!doctype html> 2<meta charset="utf-8"> 3<body> 4<script> 5window.onbeforeunload = () => ({ toString: () => { parent.currentEventInToString = window.event; } }); 6</script> 7
1<!doctype html> 2<meta charset="utf-8"> 3<body> 4<script> 5window.onbeforeunload = () => ({ toString: () => { parent.currentEventInToString = window.event; } }); 6</script> 7