I tried to reproduce with just Senna.js and was unable to reproduce, so I think it is specific to metal-router.
Reproduction Steps
- Run demos
- Navigate around to a few pages
- Paste snippet in js console
window.onbeforeunload = () => true
- Click on the "back" arrow in the browser
Expected Result
Browser prompts a warning that asks before going back
Actual Result
Does not navigate, JS error metal.js:9173 Uncaught TypeError: event.preventDefault is not a function